From 22826bcb414c9264ea83b3fe4ed76142388c0f93 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:49:12 +0000 Subject: Weaken all that I remember being used in libpthread --- libc/sysdeps/linux/common/llseek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/llseek.c') diff --git a/libc/sysdeps/linux/common/llseek.c b/libc/sysdeps/linux/common/llseek.c index 6a8d000d2..76354fa15 100644 --- a/libc/sysdeps/linux/common/llseek.c +++ b/libc/sysdeps/linux/common/llseek.c @@ -38,5 +38,5 @@ loff_t __libc_lseek64(int fd, loff_t offset, int whence) #endif libc_hidden_proto(lseek64) weak_alias(__libc_lseek64,lseek64) -libc_hidden_def(lseek64) +libc_hidden_weak(lseek64) //strong_alias(__libc_lseek64,_llseek) -- cgit v1.2.3