diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/llseek.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/llseek.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/llseek.c b/sysdeps/unix/sysv/linux/llseek.c index dcfd9dde9a..25c7bf2b55 100644 --- a/sysdeps/unix/sysv/linux/llseek.c +++ b/sysdeps/unix/sysv/linux/llseek.c @@ -23,9 +23,6 @@ #include <sysdep.h> #include <sys/syscall.h> -extern int __syscall__llseek (int fd, off_t offset_hi, off_t offset_lo, - loff_t *__unbounded result, int whence); - /* Seek to OFFSET on FD, starting from WHENCE. */ extern loff_t __llseek (int fd, loff_t offset, int whence); |