From 0e4d33b939d8ca3b5408b3ed5fe0df9306d16698 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Sep 2008 11:36:48 +0000 Subject: - now passes all LTP tests --- libc/sysdeps/linux/i386/Makefile.arch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (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 bff33a8f2..3d338a03a 100644 --- a/libc/sysdeps/linux/i386/Makefile.arch +++ b/libc/sysdeps/linux/i386/Makefile.arch @@ -9,11 +9,6 @@ CSRC := brk.c sigaction.c __syscall_error.c 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 + sync_file_range.S syscall.S mmap.S mmap64.S posix_fadvise64.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch -- cgit v1.2.3