summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--signals.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/signals.c b/signals.c
index f955109..a4452f4 100644
--- a/signals.c
+++ b/signals.c
@@ -65,10 +65,6 @@ in this Software without prior written authorization from The Open Group.
#define USE_SYSV_SIGNALS
#endif
-#if defined(SCO)
-#undef SIGTSTP /* defined, but not the BSD way */
-#endif
-
#if defined(X_NOT_POSIX) && defined(SYSV)
#define SIGNALS_RESET_WHEN_CAUGHT
#endif