From 9ca46ae78954339b85bc5485fcc84354969aee34 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 24 Jan 2006 15:40:32 +0000 Subject: Convert all the strong_aliases to weak that are cancelable 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 3553db5ed..d24bd186a 100644 --- a/libc/sysdeps/linux/common/__syscall_fcntl.c +++ b/libc/sysdeps/linux/common/__syscall_fcntl.c @@ -49,11 +49,11 @@ int __libc_fcntl(int fd, int cmd, ...) libc_hidden_def(__libc_fcntl) libc_hidden_proto(fcntl) -strong_alias(__libc_fcntl,fcntl) +weak_alias(__libc_fcntl,fcntl) libc_hidden_def(fcntl) #if ! defined __NR_fcntl64 && defined __UCLIBC_HAS_LFS__ strong_alias(__libc_fcntl,__libc_fcntl64) libc_hidden_proto(fcntl64) -strong_alias(__libc_fcntl,fcntl64) +weak_alias(__libc_fcntl,fcntl64) libc_hidden_def(fcntl64) #endif -- cgit v1.2.3