diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-15 17:37:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-15 17:37:51 -0700 |
commit | 5680c13e833dfc3375f25e33a18b151f33147ea5 (patch) | |
tree | c4157c89d51a6d381086dd27c4adbcdae330cc91 | |
parent | 8779682224ef654ac654d75c9ba6df09bd9b92fa (diff) |
unifdef -UMOTOROLA
Motorola System V/88 was last released in the mid-90's and has
never been supported in X11R7 modular builds.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | signals.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -36,13 +36,7 @@ in this Software without prior written authorization from The Open Group. #include "save.h" #include <errno.h> -#if defined(_POSIX_SOURCE) && defined(MOTOROLA) -#undef _POSIX_SOURCE #include <sys/types.h> -#define _POSIX_SOURCE -#else -#include <sys/types.h> -#endif #ifdef X_POSIX_C_SOURCE #define _POSIX_C_SOURCE X_POSIX_C_SOURCE |