From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/sysdeps/linux/common/lseek.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/lseek.c') diff --git a/libc/sysdeps/linux/common/lseek.c b/libc/sysdeps/linux/common/lseek.c index 8c0525d07..ee49c9f25 100644 --- a/libc/sysdeps/linux/common/lseek.c +++ b/libc/sysdeps/linux/common/lseek.c @@ -19,6 +19,7 @@ _syscall3(__off_t, __libc_lseek, int, fildes, __off_t, offset, int, whence) #else extern __typeof(lseek64) __libc_lseek64; libc_hidden_proto(__libc_lseek64) + __off_t __libc_lseek(int fildes, __off_t offset, int whence) { return __libc_lseek64(fildes, offset, whence); -- cgit v1.2.3