Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r--newlib/libc/sys/linux/Makefile.am8
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