summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:09:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:09:57 -0800
commit71a8ea3d874084d24840b8869f0475146ad8a414 (patch)
treee11ddd2c8e28dc15fa6b183af41a3e72c7274d33
parent06517bd7bff541f85fbddf78a6728ad0c29bd12c (diff)
unifdef SCO
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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