OSDN Git Service

madvise is LINUX_SPECIFIC
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 3 May 2011 14:15:30 +0000 (16:15 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 3 May 2011 14:15:30 +0000 (16:15 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/Makefile.in

index c4036b3..c0949cf 100644 (file)
@@ -22,7 +22,7 @@ CSRC-$(UCLIBC_LINUX_MODULE_24) += create_module.c query_module.c \
        get_kernel_syms.c
 # we need these internally: fstatfs.c statfs.c
 CSRC-$(UCLIBC_LINUX_SPECIFIC) += capget.c capset.c inotify.c ioperm.c iopl.c \
-       modify_ldt.c personality.c ppoll.c prctl.c readahead.c reboot.c \
+       madvise.c modify_ldt.c personality.c ppoll.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 signalfd.c swapoff.c swapon.c \