Mercurial > emacs
changeset 6895:4b8dc0a39b47
(sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Apr 1994 22:00:44 +0000 |
parents | 34435700529d |
children | 9e949c4d0e4c |
files | src/sysdep.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Fri Apr 15 21:58:19 1994 +0000 +++ b/src/sysdep.c Fri Apr 15 22:00:44 1994 +0000 @@ -2935,8 +2935,12 @@ "exceeded file size limit", /* 31 SIGXFSZ */ "process's lwps are blocked", /* 32 SIGWAITING */ "special signal used by thread library", /* 33 SIGLWP */ +#ifdef SIGFREEZE "Special Signal Used By CPR", /* 34 SIGFREEZE */ +#endif +#ifdef SIGTHAW "Special Signal Used By CPR", /* 35 SIGTHAW */ +#endif #endif /* sun */ #endif /* not AIX */ 0