summaryrefslogtreecommitdiff
path: root/signals.c
diff options
context:
space:
mode:
Diffstat (limited to 'signals.c')
-rw-r--r--signals.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/signals.c b/signals.c
index 55600c6..d029f3e 100644
--- a/signals.c
+++ b/signals.c
@@ -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