Browse Source

dont hide __libc_sigaction

Mike Frysinger 19 years ago
parent
commit
c55044b05f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/signal/sigaction.c

+ 2 - 2
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;