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.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index fccb24dc3..861340d22 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -13,6 +13,7 @@ LIB_SOURCES = \
brk.c \
cfspeed.c \
flockfile.c \
+ ftok.c \
funlockfile.c \
gethostname.c \
getoptlong.c \
@@ -21,8 +22,17 @@ LIB_SOURCES = \
inode.c \
io.c \
io64.c \
+ ipc.c \
linux.c \
mmap.c \
+ mq_close.c \
+ mq_getattr.c \
+ mq_notify.c \
+ mq_open.c \
+ mq_receive.c \
+ mq_send.c \
+ mq_setattr.c \
+ mq_unlink.c \
pread.c \
pread64.c \
process.c \