Browse Source

stubs: Disregard LFS

Fixes handling of e.g. splice

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
d7bd4cf1a5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      libc/sysdeps/linux/common/stubs.c

+ 0 - 6
libc/sysdeps/linux/common/stubs.c

@@ -54,12 +54,6 @@ __attribute_used__ static int ret_enosys_stub(void)
 # define __NR_fadvise64 __NR_fadvise64_64
 #endif
 
-#ifndef __UCLIBC_HAS_LFS__
-# undef __NR_readahead
-# undef __NR_sync_file_range
-# undef __NR_splice
-#endif
-
 #if !defined __NR_accept && !defined __NR_socketcall && defined __UCLIBC_HAS_SOCKET__
 make_stub(accept)
 #endif