Commit b39daff5 authored by Paul Mackerras's avatar Paul Mackerras Committed by Paul Mackerras

PPC32: add SIGURG to the list of signals ignored by default

parent 5a2c26bd
......@@ -581,7 +581,7 @@ int do_signal(sigset_t *oldset, struct pt_regs *regs)
continue;
switch (signr) {
case SIGCONT: case SIGCHLD: case SIGWINCH:
case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGURG:
continue;
case SIGTSTP: case SIGTTIN: case SIGTTOU:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment