diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/llseek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/llseek.c b/libc/sysdeps/linux/common/llseek.c index 610822bd0..2b77eda26 100644 --- a/libc/sysdeps/linux/common/llseek.c +++ b/libc/sysdeps/linux/common/llseek.c @@ -56,6 +56,7 @@ loff_t __libc_lseek64(int fd, loff_t offset, int whence) return(loff_t)(__libc_lseek(fd, (off_t) (offset & 0xffffffff), whence)); } #endif +weak_alias(__libc_lseek64, _llseek); weak_alias(__libc_lseek64, llseek); weak_alias(__libc_lseek64, lseek64); |