summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:09:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:09:30 -0800
commit06517bd7bff541f85fbddf78a6728ad0c29bd12c (patch)
treef302ccaae8c694ac3d313e12b7684063171642f8
parent4c6626a0d6a2a3615713a44c2226028e37d68ec1 (diff)
unifdef SCO325
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 6143c55..f955109 100644
--- a/signals.c
+++ b/signals.c
@@ -50,10 +50,6 @@ in this Software without prior written authorization from The Open Group.
#else
#define _POSIX_SOURCE
#include <signal.h>
-#ifdef SCO325
-#include <sys/procset.h>
-#include <sys/siginfo.h>
-#endif
#include <sys/wait.h>
#undef _POSIX_SOURCE
#endif