diff options
Diffstat (limited to 'libc/sysdeps/linux/common/llseek.c')
-rw-r--r-- | libc/sysdeps/linux/common/llseek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/llseek.c b/libc/sysdeps/linux/common/llseek.c index 63534fa71..8683157b9 100644 --- a/libc/sysdeps/linux/common/llseek.c +++ b/libc/sysdeps/linux/common/llseek.c @@ -34,7 +34,7 @@ #include <sys/syscall.h> -#if defined __NR__llseek && defined __UCLIBC_HAVE_LFS__ +#if defined __NR__llseek && defined __UCLIBC_HAS_LFS__ #ifndef INLINE_SYSCALL #define INLINE_SYSCALL(name, nr, args...) __syscall_llseek (args) |