diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-09 10:00:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-09 10:00:21 +0000 |
commit | d7435cd836d451ddfaedd800616ab79d007c9305 (patch) | |
tree | 879ed3aad45e0703961e38c756bfde9aab01815f /ChangeLog | |
parent | 7606603541c29d406a9e0ac7fbf55adb09d0bf07 (diff) | |
download | glibc-d7435cd836d451ddfaedd800616ab79d007c9305.zip glibc-d7435cd836d451ddfaedd800616ab79d007c9305.tar.gz glibc-d7435cd836d451ddfaedd800616ab79d007c9305.tar.bz2 |
Wed Nov 8 16:31:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951110cvs/libc-951109
* termios/Makefile (headers): Add sys/ttychars.h.
* termios/sys/ttychars.h: New file, incorporated from 4.4BSD-Lite
for compatibility.
* signal/signal.h [__USE_BSD] (sig_t): New typedef.
Wed Nov 8 15:12:47 1995 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* sysdeps/mach/hurd/ptrace.c (ptrace) [PTRACE_TRACEME]: Notify the
proc server that we are now traced.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Wed Nov 8 16:31:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * termios/Makefile (headers): Add sys/ttychars.h. + * termios/sys/ttychars.h: New file, incorporated from 4.4BSD-Lite + for compatibility. + + * signal/signal.h [__USE_BSD] (sig_t): New typedef. + +Wed Nov 8 15:12:47 1995 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + + * sysdeps/mach/hurd/ptrace.c (ptrace) [PTRACE_TRACEME]: Notify the + proc server that we are now traced. + Tue Nov 7 12:29:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * elf/Makefile (ldd): Make it executable. |