diff options
Diffstat (limited to 'libc/sysdeps/linux/common/lseek.c')
-rw-r--r-- | libc/sysdeps/linux/common/lseek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/lseek.c b/libc/sysdeps/linux/common/lseek.c index 4e6bd9be6..56a73864f 100644 --- a/libc/sysdeps/linux/common/lseek.c +++ b/libc/sysdeps/linux/common/lseek.c @@ -10,7 +10,7 @@ #include "syscalls.h" #include <unistd.h> -extern __off_t __libc_lseek (int __fd, __off_t __offset, int __whence) __THROW; +extern __typeof(lseek) __libc_lseek; libc_hidden_proto(__libc_lseek) #define __NR___libc_lseek __NR_lseek |