diff options
Diffstat (limited to 'src/pkg/runtime/linux/signals.h')
| -rw-r--r-- | src/pkg/runtime/linux/signals.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/pkg/runtime/linux/signals.h b/src/pkg/runtime/linux/signals.h index 883ac4e04..3431cd218 100644 --- a/src/pkg/runtime/linux/signals.h +++ b/src/pkg/runtime/linux/signals.h @@ -18,27 +18,27 @@ static SigTab sigtab[] = { /* 7 */ C, "SIGBUS: bus error", /* 8 */ C, "SIGFPE: floating-point exception", /* 9 */ 0, "SIGKILL: kill", - /* 10 */ Q+R, "SIGUSR1: user-defined signal 1", + /* 10 */ Q+I+R, "SIGUSR1: user-defined signal 1", /* 11 */ C, "SIGSEGV: segmentation violation", - /* 12 */ Q+R, "SIGUSR2: user-defined signal 2", + /* 12 */ Q+I+R, "SIGUSR2: user-defined signal 2", /* 13 */ I, "SIGPIPE: write to broken pipe", - /* 14 */ Q+R, "SIGALRM: alarm clock", + /* 14 */ Q+I+R, "SIGALRM: alarm clock", /* 15 */ Q+R, "SIGTERM: termination", - /* 16 */ Q+R, "SIGSTKFLT: stack fault", - /* 17 */ Q+R, "SIGCHLD: child status has changed", + /* 16 */ C, "SIGSTKFLT: stack fault", + /* 17 */ I+R, "SIGCHLD: child status has changed", /* 18 */ 0, "SIGCONT: continue", /* 19 */ 0, "SIGSTOP: stop, unblockable", - /* 20 */ Q+R, "SIGTSTP: keyboard stop", - /* 21 */ Q+R, "SIGTTIN: background read from tty", - /* 22 */ Q+R, "SIGTTOU: background write to tty", - /* 23 */ Q+R, "SIGURG: urgent condition on socket", - /* 24 */ Q+R, "SIGXCPU: cpu limit exceeded", - /* 25 */ Q+R, "SIGXFSZ: file size limit exceeded", - /* 26 */ Q+R, "SIGVTALRM: virtual alarm clock", - /* 27 */ Q+R, "SIGPROF: profiling alarm clock", - /* 28 */ Q+R, "SIGWINCH: window size change", - /* 29 */ Q+R, "SIGIO: i/o now possible", - /* 30 */ Q+R, "SIGPWR: power failure restart", + /* 20 */ Q+I+R, "SIGTSTP: keyboard stop", + /* 21 */ Q+I+R, "SIGTTIN: background read from tty", + /* 22 */ Q+I+R, "SIGTTOU: background write to tty", + /* 23 */ Q+I+R, "SIGURG: urgent condition on socket", + /* 24 */ Q+I+R, "SIGXCPU: cpu limit exceeded", + /* 25 */ Q+I+R, "SIGXFSZ: file size limit exceeded", + /* 26 */ Q+I+R, "SIGVTALRM: virtual alarm clock", + /* 27 */ Q+I+R, "SIGPROF: profiling alarm clock", + /* 28 */ Q+I+R, "SIGWINCH: window size change", + /* 29 */ Q+I+R, "SIGIO: i/o now possible", + /* 30 */ Q+I+R, "SIGPWR: power failure restart", /* 31 */ C, "SIGSYS: bad system call", }; #undef C |
