From 439a7779f3f0907f67f56721196d1db488f82e20 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 28 Nov 2000 07:37:27 +0000 Subject: [PATCH] Add prototype for __llseek. --- sysdeps/unix/sysv/linux/llseek.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/unix/sysv/linux/llseek.c b/sysdeps/unix/sysv/linux/llseek.c index 280f83d72e..e62223ded1 100644 --- a/sysdeps/unix/sysv/linux/llseek.c +++ b/sysdeps/unix/sysv/linux/llseek.c @@ -27,6 +27,8 @@ 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); + loff_t __llseek (int fd, loff_t offset, int whence) { -- 2.11.0