diff options
Diffstat (limited to 'libc/signal/sigrelse.c')
-rw-r--r-- | libc/signal/sigrelse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/signal/sigrelse.c b/libc/signal/sigrelse.c index 07e7fddf3..b5136482e 100644 --- a/libc/signal/sigrelse.c +++ b/libc/signal/sigrelse.c @@ -22,7 +22,6 @@ #include <stddef.h> #include <signal.h> - int sigrelse (int sig) { sigset_t set; |