Mercurial > emacs
changeset 4955:2da352ce967d
Treat convex like hpux.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 10 Nov 1993 19:53:29 +0000 |
parents | dc4d4f874b5c |
children | 0f94e1e7d273 |
files | src/syswait.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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