X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libc%2Fsysdeps%2Flinux%2Fcommon%2Fposix_fadvise64.c;h=fa9ff219fc3e2bdd1c6f8192aa6dea9ac5ead1ee;hb=899a2731262c4321f44a0faecf4134f6b6eacc3d;hp=e8a530fdf26eeea0a6a5dcb1d66cc43cb9eacfe2;hpb=3bcd031f97d61a8f732d865a0f4248aed2d191ab;p=uclinux-h8%2FuClibc.git diff --git a/libc/sysdeps/linux/common/posix_fadvise64.c b/libc/sysdeps/linux/common/posix_fadvise64.c index e8a530fdf..fa9ff219f 100644 --- a/libc/sysdeps/linux/common/posix_fadvise64.c +++ b/libc/sysdeps/linux/common/posix_fadvise64.c @@ -58,13 +58,5 @@ int posix_fadvise64(int fd, __off64_t offset, __off64_t len, int advice) #error your machine is neither 32 bit or 64 bit ... it must be magical #endif -#elif !defined __NR_fadvise64 && defined __UCLIBC_HAS_STUBS__ -/* This is declared as a strong alias in posix_fadvise.c if __NR_fadvise64 - * is defined. - */ -int posix_fadvise64(int fd, __off64_t offset, __off64_t len, int advice) -{ - return ENOSYS; -} #endif /* __NR_fadvise64_64 */ #endif /* __UCLIBC_HAS_LFS__ */