From 9e2b0f0f803bbec45ab0cc4e9829e2fafc467df3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 2 Feb 2006 13:47:57 +0000 Subject: even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks --- libc/sysdeps/linux/x86_64/sigaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/x86_64') diff --git a/libc/sysdeps/linux/x86_64/sigaction.c b/libc/sysdeps/linux/x86_64/sigaction.c index b8d3861a4..dad45f69e 100644 --- a/libc/sysdeps/linux/x86_64/sigaction.c +++ b/libc/sysdeps/linux/x86_64/sigaction.c @@ -122,7 +122,7 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) #ifndef LIBC_SIGACTION libc_hidden_proto(sigaction) weak_alias(__libc_sigaction,sigaction) -libc_hidden_def(sigaction) +libc_hidden_weak(sigaction) #endif /* NOTE: Please think twice before making any changes to the bits of -- cgit v1.2.3