summaryrefslogtreecommitdiff
path: root/src/syswait.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-10 19:53:29 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-10 19:53:29 +0000
commit8ba5d56f32c5f49b1b7fc7fd72b8765385113a6a (patch)
treef48835202400a0ccc116a4432fa192e8aa356c1e /src/syswait.h
parent1e807a330248224851b14e4d3f8ffb82f74b857d (diff)
downloademacs-8ba5d56f32c5f49b1b7fc7fd72b8765385113a6a.tar.gz
Treat convex like hpux.
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/syswait.h b/src/syswait.h
index 41214ea54cf..95bf5acdb39 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -45,14 +45,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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