diff options
Diffstat (limited to 'libc/signal/sigignore.c')
-rw-r--r-- | libc/signal/sigignore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/signal/sigignore.c b/libc/signal/sigignore.c index f484e29fc..a74c10522 100644 --- a/libc/signal/sigignore.c +++ b/libc/signal/sigignore.c @@ -24,7 +24,6 @@ #include <signal.h> #include <string.h> /* For the real memset prototype. */ -/* libc_hidden_proto(sigaction) */ int sigignore (int sig) { |