diff options
Diffstat (limited to 'libc/signal/signal.c')
-rw-r--r-- | libc/signal/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/signal/signal.c b/libc/signal/signal.c index 644617c15..d82e421ec 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. */ -sigset_t _sigintr attribute_hidden; /* Set by siginterrupt. */ +sigset_t _sigintr; /* Set by siginterrupt. */ /* Set the handler for the signal SIG to HANDLER, returning the old handler, or SIG_ERR on error. */ |