Commit f3974714 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: SIGURG fix from Chris Yeoh

parent 9274bdbc
......@@ -1373,7 +1373,7 @@ int do_signal32(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