summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-16 14:02:54 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-16 14:02:54 +0000
commit5c742ff1a53e556b8f6ad4c3ea89d67380c22adf (patch)
tree65853ccedf6554846f999caa818adf847a010cbb /libc/sysdeps/linux/common/Makefile.in
parentc14e3c99f7cd9e2721edf69e103d1649a88b6b88 (diff)
- add sync_file_range()
Tested successfully on i386..
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index d61ae9f4f..c55f0fe49 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -35,8 +35,8 @@ CSRC := $(filter-out inotify.c ioperm.c iopl.c madvise.c \
modify_ldt.c personality.c prctl.c readahead.c reboot.c \
remap_file_pages.c sched_getaffinity.c sched_setaffinity.c \
sendfile64.c sendfile.c setfsgid.c setfsuid.c setresuid.c \
- splice.c vmsplice.c tee.c swapoff.c swapon.c sysctl.c sysinfo.c \
- uselib.c vhangup.c,$(CSRC))
+ splice.c vmsplice.c tee.c swapoff.c swapon.c sync_file_range.c \
+ sysctl.c sysinfo.c uselib.c vhangup.c,$(CSRC))
endif
ifneq ($(UCLIBC_BSD_SPECIFIC),y)