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