Mercurial > emacs
changeset 5573:47fecb8960d8
(sys_siglist) [sun]: Additional Sun-specific signal names.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Jan 1994 16:19:09 +0000 |
parents | f1e5e8a324a5 |
children | a5a7ee5afff7 |
files | src/sysdep.c |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Wed Jan 12 04:55:35 1994 +0000 +++ b/src/sysdep.c Wed Jan 12 16:19:09 1994 +0000 @@ -2807,6 +2807,24 @@ "user defined signal 2", /* 17 SIGUSR2 */ "death of a child", /* 18 SIGCLD */ "power-fail restart", /* 19 SIGPWR */ +#ifdef sun + "window size change", /* 20 SIGWINCH */ + "urgent socket condition", /* 21 SIGURG */ + "pollable event occured", /* 22 SIGPOLL */ + "stop (cannot be caught or ignored)", /* 23 SIGSTOP */ + "user stop requested from tty", /* 24 SIGTSTP */ + "stopped process has been continued", /* 25 SIGCONT */ + "background tty read attempted", /* 26 SIGTTIN */ + "background tty write attempted", /* 27 SIGTTOU */ + "virtual timer expired", /* 28 SIGVTALRM */ + "profiling timer expired", /* 29 SIGPROF */ + "exceeded cpu limit", /* 30 SIGXCPU */ + "exceeded file size limit", /* 31 SIGXFSZ */ + "process's lwps are blocked", /* 32 SIGWAITING */ + "special signal used by thread library", /* 33 SIGLWP */ + "Special Signal Used By CPR", /* 34 SIGFREEZE */ + "Special Signal Used By CPR", /* 35 SIGTHAW */ +#endif /* sun */ #endif /* not AIX */ 0 };