diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 12:11:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 12:11:02 -0800 |
commit | 4d5fed98f350f3acb2ad53602f452a33ab5e0669 (patch) | |
tree | b2a54f6acf0e79216fa461cf0e7dbae4f6ea3c73 /signals.c | |
parent | fe021a25285e3438b97355d1e7270190cf91646f (diff) |
unifdef ISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'signals.c')
-rw-r--r-- | signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ in this Software without prior written authorization from The Open Group. #define USE_SYSV_SIGNALS #endif -#if defined(SCO) || defined(ISC) +#if defined(SCO) #undef SIGTSTP /* defined, but not the BSD way */ #endif |