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:
parent
b64b4075ff
commit
2da0df4def
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue