From c55044b05f6672f4a262f67e12d8875841c99a4a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Jan 2006 07:58:04 +0000 Subject: dont hide __libc_sigaction --- libc/signal/sigaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/signal') diff --git a/libc/signal/sigaction.c b/libc/signal/sigaction.c index 01b8c763a..f0569b392 100644 --- a/libc/signal/sigaction.c +++ b/libc/signal/sigaction.c @@ -33,7 +33,7 @@ libc_hidden_proto(memcpy) /* If ACT is not NULL, change the action for SIG to *ACT. If OACT is not NULL, put the old action for SIG in *OACT. */ -int attribute_hidden +int __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) { int result; @@ -70,7 +70,7 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) /* If ACT is not NULL, change the action for SIG to *ACT. If OACT is not NULL, put the old action for SIG in *OACT. */ -int attribute_hidden +int __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) { int result; -- cgit v1.2.3