diff options
-rw-r--r-- | signals.c | 2 | ||||
-rw-r--r-- | xsm.h | 5 |
2 files changed, 1 insertions, 6 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 @@ -208,11 +208,6 @@ extern void nomem(void); #define Strstr strstr -/* Fix ISC brain damage. When using gcc fdopen isn't declared in <stdio.h>. */ -#if defined(ISC) && __STDC__ -extern FILE *fdopen(int, char const *); -#endif - #if defined(sun) && defined(SVR4) extern int System(char *s); #define system(s) System(s) |