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/__syscall_fcntl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/common/__syscall_fcntl.c') diff --git a/libc/sysdeps/linux/common/__syscall_fcntl.c b/libc/sysdeps/linux/common/__syscall_fcntl.c index d24bd186a..54f99bd31 100644 --- a/libc/sysdeps/linux/common/__syscall_fcntl.c +++ b/libc/sysdeps/linux/common/__syscall_fcntl.c @@ -50,10 +50,10 @@ libc_hidden_def(__libc_fcntl) libc_hidden_proto(fcntl) weak_alias(__libc_fcntl,fcntl) -libc_hidden_def(fcntl) +libc_hidden_weak(fcntl) #if ! defined __NR_fcntl64 && defined __UCLIBC_HAS_LFS__ strong_alias(__libc_fcntl,__libc_fcntl64) libc_hidden_proto(fcntl64) weak_alias(__libc_fcntl,fcntl64) -libc_hidden_def(fcntl64) +libc_hidden_weak(fcntl64) #endif -- cgit v1.2.3