summaryrefslogtreecommitdiffstats
path: root/libc/signal/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/signal/signal.c')
-rw-r--r--libc/signal/signal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/signal/signal.c b/libc/signal/signal.c
index 991a14f1b..4d379606f 100644
--- a/libc/signal/signal.c
+++ b/libc/signal/signal.c
@@ -22,7 +22,7 @@
#include <signal.h>
#include <string.h> /* For the real memset prototype. */
-libc_hidden_proto(sigaction)
+/* libc_hidden_proto(sigaction) */
sigset_t _sigintr attribute_hidden; /* Set by siginterrupt. */
@@ -52,6 +52,6 @@ __bsd_signal (int sig, __sighandler_t handler)
return oact.sa_handler;
}
strong_alias(__bsd_signal,bsd_signal)
-libc_hidden_proto(signal)
+/* libc_hidden_proto(signal) */
strong_alias(__bsd_signal,signal)
libc_hidden_def(signal)