Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/unix/sigset.c')
-rw-r--r--newlib/libc/unix/sigset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/unix/sigset.c b/newlib/libc/unix/sigset.c
index cd73a78c8..ecb3d0800 100644
--- a/newlib/libc/unix/sigset.c
+++ b/newlib/libc/unix/sigset.c
@@ -1,7 +1,7 @@
#include <signal.h>
#include <errno.h>
-#if defined(SIG_SETMASK) && NSIG <= 32 /* easier than trying to remove from Makefile */
+#ifdef SIG_SETMASK /* easier than trying to remove from Makefile */
#undef sigemptyset
int