From 9b92b36b830fcab65e8cb700ef26620d47d3879c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 23 Jan 2006 21:25:45 +0000 Subject: make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libpthread as well --- 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 4e5236304..63d146136 100644 --- a/libc/sysdeps/linux/x86_64/sigaction.c +++ b/libc/sysdeps/linux/x86_64/sigaction.c @@ -119,7 +119,7 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) #ifndef LIBC_SIGACTION libc_hidden_proto(sigaction) -strong_alias(__libc_sigaction,sigaction) +weak_alias(__libc_sigaction,sigaction) libc_hidden_def(sigaction) #endif -- cgit v1.2.3