diff options
Diffstat (limited to 'libc/signal/sigignore.c')
-rw-r--r-- | libc/signal/sigignore.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/signal/sigignore.c b/libc/signal/sigignore.c index c4d347f8d..17d93ce19 100644 --- a/libc/signal/sigignore.c +++ b/libc/signal/sigignore.c @@ -26,9 +26,7 @@ libc_hidden_proto(sigaction) -int -sigignore (sig) - int sig; +int sigignore (int sig) { struct sigaction act; |