summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/llseek.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-02-25 11:15:13 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-02-25 11:15:13 +0000
commit1c03d97b4dea9fef596506d7fbeb2fa11f75004c (patch)
tree57741b93e2bb251a818bc869bbddd53bd812fe77 /libc/sysdeps/linux/common/llseek.c
parent4cbaba855555162846ec42f6d6a488dced5aa739 (diff)
downloaduClibc-alpine-1c03d97b4dea9fef596506d7fbeb2fa11f75004c.tar.bz2
uClibc-alpine-1c03d97b4dea9fef596506d7fbeb2fa11f75004c.tar.xz
reinstate __libc_foo for linuxthreads.old
Diffstat (limited to 'libc/sysdeps/linux/common/llseek.c')
-rw-r--r--libc/sysdeps/linux/common/llseek.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/llseek.c b/libc/sysdeps/linux/common/llseek.c
index 6bb88cac5..29582f768 100644
--- a/libc/sysdeps/linux/common/llseek.c
+++ b/libc/sysdeps/linux/common/llseek.c
@@ -36,4 +36,9 @@ loff_t lseek64(int fd, loff_t offset, int whence)
#endif
+#ifndef __LINUXTHREADS_OLD__
libc_hidden_def(lseek64)
+#else
+libc_hidden_weak(lseek64)
+strong_alias(lseek64,__libc_lseek64)
+#endif