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 /termios/Makefile | |
parent | 7606603541c29d406a9e0ac7fbf55adb09d0bf07 (diff) | |
download | glibc-d7435cd836d451ddfaedd800616ab79d007c9305.tar glibc-d7435cd836d451ddfaedd800616ab79d007c9305.tar.gz glibc-d7435cd836d451ddfaedd800616ab79d007c9305.tar.bz2 glibc-d7435cd836d451ddfaedd800616ab79d007c9305.zip |
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 'termios/Makefile')
-rw-r--r-- | termios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termios/Makefile b/termios/Makefile index bf534d7a66..417c7bed3c 100644 --- a/termios/Makefile +++ b/termios/Makefile @@ -21,7 +21,7 @@ # subdir := termios -headers := termios.h termbits.h sys/ttydefaults.h sys/termios.h +headers := termios.h termbits.h sys/ttydefaults.h sys/termios.h sys/ttychars.h routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \ tcdrain tcflow tcflush tcsendbrk cfmakeraw |