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 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