From 71c10cea5a832d2412a551c849bd5655e65e1c22 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 Sep 2008 19:43:57 +0000 Subject: - add posix_fadvise. Not yet tested most likely broken in advise64 --- libc/sysdeps/linux/i386/Makefile.arch | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/i386/Makefile.arch') diff --git a/libc/sysdeps/linux/i386/Makefile.arch b/libc/sysdeps/linux/i386/Makefile.arch index ea2fce0d3..bff33a8f2 100644 --- a/libc/sysdeps/linux/i386/Makefile.arch +++ b/libc/sysdeps/linux/i386/Makefile.arch @@ -11,4 +11,9 @@ SSRC := \ __longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S bsd-_setjmp.S \ sync_file_range.S syscall.S mmap.S mmap64.S +ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),y) +SSRC += posix_fadvise64.S +CSRC += posix_fadvise.c +endif + include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch -- cgit v1.2.3