diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:09:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:09:30 -0800 |
commit | 06517bd7bff541f85fbddf78a6728ad0c29bd12c (patch) | |
tree | f302ccaae8c694ac3d313e12b7684063171642f8 | |
parent | 4c6626a0d6a2a3615713a44c2226028e37d68ec1 (diff) |
unifdef SCO325
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | signals.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |