diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-28 22:26:36 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-28 22:26:36 +0000 |
commit | b1f07180b5e7897f07e390e020b307e6496c9cb1 (patch) | |
tree | a2214ac6ac09c310f7fbd8c42a48f5cc58b2e4f1 /newlib/libc/sys/linux/Makefile.am | |
parent | ab72c934da3502f2dcb0f52199675a0d939c039c (diff) | |
download | cygnal-b1f07180b5e7897f07e390e020b307e6496c9cb1.tar.gz cygnal-b1f07180b5e7897f07e390e020b307e6496c9cb1.tar.bz2 cygnal-b1f07180b5e7897f07e390e020b307e6496c9cb1.zip |
2002-05-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Add support for cfspeed.c and
tcsendbrk.c.
* libc/sys/linux/Makefile.in: Regenerated.
* libc/sys/linux/termios.c: Add tcflow(), tcflush(),
tcgetpgrp(), and tcsetpgrp() functions.
* libc/sys/linux/sys/termios.h: Add include of machine/termios.h
to get __MAX_BAUD rate.
* libc/sys/linux/machine/i386/include/termios.h: New file.
* libc/include/machine/termios.h: Ditto.
* libc/sys/linux/cfspeed.c: Ditto.
* libc/sys/linux/tcsendbrk.c: Ditto.
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r-- | newlib/libc/sys/linux/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am index 8d9fe5aa2..285baaf46 100644 --- a/newlib/libc/sys/linux/Makefile.am +++ b/newlib/libc/sys/linux/Makefile.am @@ -10,13 +10,13 @@ SUBLIBS = \ $(LINUX_MACH_LIB) LIB_SOURCES = \ - brk.c flockfile.c funlockfile.c gethostname.c getoptlong.c getreent.c ids.c \ - inode.c io.c io64.c linux.c mmap.c \ + brk.c cfspeed.c flockfile.c funlockfile.c gethostname.c getoptlong.c \ + getreent.c ids.c inode.c io.c io64.c linux.c mmap.c \ pread.c pread64.c process.c pwrite.c pwrite64.c raise.c realpath.c \ rename.c resource.c sched.c select.c seteuid.c shm_open.c \ shm_unlink.c signal.c siglongjmp.c socket.c sleep.c stack.c \ - sysconf.c sysctl.c systat.c system.c tcdrain.c termios.c time.c \ - usleep.c wait.c + sysconf.c sysctl.c systat.c system.c tcdrain.c tcsendbrk.c termios.c \ + time.c usleep.c wait.c # This will handle both /usr/src/linux-2.4/include/asm/signal.h (in Red Hat Linux 7.1) # and also /usr/src/linux/include/asm/signal.h in older versions of Red Hat Linux |