summaryrefslogtreecommitdiff
path: root/signals.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-15 17:32:13 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-15 17:32:13 -0700
commit8779682224ef654ac654d75c9ba6df09bd9b92fa (patch)
treefb20da85185b9dcecbecbc15473965c577176df4 /signals.c
parent6733ee9baffaef106792c0457c53b5c9452d0021 (diff)
unifdef -UUSG
USG was defined for a handful of pre-SVR4 systems based on AT&T's Unix System Group releases in the old imake configs and has never been defined in X11R7 modular builds. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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