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.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index 3635b43c2..d48e5da04 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -24,6 +24,9 @@ LIB_SOURCES = \
fpathconf.c \
free.c \
freer.c \
+ fstab.c \
+ fstatvfs.c \
+ fstatvfs64.c \
ftok.c \
funlockfile.c \
getdate.c \
@@ -45,6 +48,8 @@ LIB_SOURCES = \
malloptr.c \
mallstatsr.c \
mmap.c \
+ mntent.c \
+ mntent_r.c \
mq_close.c \
mq_getattr.c \
mq_notify.c \
@@ -91,6 +96,8 @@ LIB_SOURCES = \
socket.c \
sleep.c \
stack.c \
+ statvfs.c \
+ statvfs64.c \
strsignal.c \
sysconf.c \
sysctl.c \