diff options
Diffstat (limited to 'signals.c')
-rw-r--r-- | signals.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -36,12 +36,6 @@ in this Software without prior written authorization from The Open Group. #include "save.h" #include <errno.h> -#ifdef USG -#ifndef __TYPES__ -#include <sys/types.h> /* forgot to protect it... */ -#define __TYPES__ -#endif /* __TYPES__ */ -#else #if defined(_POSIX_SOURCE) && defined(MOTOROLA) #undef _POSIX_SOURCE #include <sys/types.h> @@ -49,7 +43,6 @@ in this Software without prior written authorization from The Open Group. #else #include <sys/types.h> #endif -#endif /* USG */ #ifdef X_POSIX_C_SOURCE #define _POSIX_C_SOURCE X_POSIX_C_SOURCE |