summaryrefslogtreecommitdiff
path: root/libc/signal/sigignore.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/signal/sigignore.c')
-rw-r--r--libc/signal/sigignore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/signal/sigignore.c b/libc/signal/sigignore.c
index 17d93ce19..58d1c9bfd 100644
--- a/libc/signal/sigignore.c
+++ b/libc/signal/sigignore.c
@@ -24,7 +24,7 @@
#include <signal.h>
#include <string.h> /* For the real memset prototype. */
-libc_hidden_proto(sigaction)
+/* libc_hidden_proto(sigaction) */
int sigignore (int sig)
{