1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

(sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined.

This commit is contained in:
Richard M. Stallman 1994-04-15 22:00:44 +00:00
parent b64b4075ff
commit 2da0df4def

View file

@ -2935,8 +2935,12 @@ char *sys_siglist[NSIG + 1] =
"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