diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:19:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:19:21 -0800 |
commit | d19f0464e900b30f9a6a3482498711c45afaed14 (patch) | |
tree | 067d22368b69588c42bfd8c5eb358a5cc60f7b4d /Mailbox.c | |
parent | 4ce1a96d300a9d63a2306331000878d6f8c34a3e (diff) |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Mailbox.c')
-rw-r--r-- | Mailbox.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -71,12 +71,6 @@ from the X Consortium. typedef int waitType; # define INTWAITTYPE #else /* ! X_NOT_POSIX */ -#ifdef SYSV -# define waitCode(w) (((w) >> 8) & 0x7f) -# define waitSig(w) ((w) & 0xff) -typedef int waitType; -# define INTWAITTYPE -#else #ifdef WIN32 #include <process.h> # define INTWAITTYPE @@ -89,7 +83,6 @@ typedef int waitType; # define waitSig(w) ((w).w_T.w_Termsig) typedef union wait waitType; #endif /* WIN32 else */ -#endif /* SYSV else */ #endif /* ! X_NOT_POSIX else */ #include <X11/bitmaps/mailfull> /* for flag up (mail present) bits */ |