浏览代码

dont hide __libc_sigaction

Mike Frysinger 19 年之前
父节点
当前提交
c55044b05f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;