[git commit] stubs: Disregard LFS

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Apr 4 15:58:48 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=d7bd4cf1a5d1b41a98b1242018e13d428159b38c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Fixes handling of e.g. splice

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/stubs.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c
index fc4dd38..a4c16b9 100644
--- a/libc/sysdeps/linux/common/stubs.c
+++ b/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


More information about the uClibc-cvs mailing list