Mercurial > emacs
diff src/sysdep.c @ 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 | 684201f9fa7f |
children | f6e5ef4a73e3 |
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