diff src/syswait.h @ 4955:2da352ce967d

Treat convex like hpux.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Nov 1993 19:53:29 +0000
parents c5bbe7c3cfe3
children 1a2b17eab8d9
line wrap: on
line diff
--- a/src/syswait.h	Wed Nov 10 19:52:09 1993 +0000
+++ b/src/syswait.h	Wed Nov 10 19:53:29 1993 +0000
@@ -45,14 +45,15 @@
 #define WRETCODE(w) w.w_retcode
 #define WCOREDUMP(w) w.w_coredump
 
-#ifdef HPUX
+#if defined (HPUX) || defined (convex)
 /* HPUX version 7 has broken definitions of these.  */
+/* pvogel@convex.com says the convex does too.  */
 #undef WTERMSIG
 #undef WSTOPSIG
 #undef WIFSTOPPED
 #undef WIFSIGNALED
 #undef WIFEXITED
-#endif
+#endif /* HPUX | convex */
 
 #ifndef WTERMSIG
 #define WTERMSIG(w) w.w_termsig