summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/signal.c b/signal.c
index 139a6f6518..a2bd3f5d48 100644
--- a/signal.c
+++ b/signal.c
@@ -44,11 +44,7 @@ typedef int rb_atomic_t;
#endif
#ifndef NSIG
-# ifdef DJGPP
-# define NSIG SIGMAX
-# else
-# define NSIG (_SIGMAX + 1) /* For QNX */
-# endif
+# define NSIG (_SIGMAX + 1) /* For QNX */
#endif
static const struct signals {