From 7049cfee24a745b918a6a55fe0e076c1ab75f563 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 15 Apr 2011 19:33:47 +0200 Subject: signal: cleanup, include only headers that are needed Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/signal/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/signal/signal.c') 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 #include /* 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. */ -- cgit v1.2.3