summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sig2str.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sig2str.h b/lib/sig2str.h
index 3a46a8ce8..4fbd21ce2 100644
--- a/lib/sig2str.h
+++ b/lib/sig2str.h
@@ -42,8 +42,6 @@ int str2sig (char const *, int *);
# define SIGNUM_BOUND (_sys_nsig - 1)
#elif defined NSIG
# define SIGNUM_BOUND (NSIG - 1)
-#elif defined WTERMSIG
-# define SIGNUM_BOUND WTERMSIG (~ 0)
#else
-# define SIGNUM_BOUND 127
+# define SIGNUM_BOUND 64
#endif