]> git.hungrycats.org Git - linux/commitdiff
[SPARC]: Ignore SIGURG if not caught.
authorDavid S. Miller <davem@nuts.ninka.net>
Mon, 25 Nov 2002 12:33:04 +0000 (04:33 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 25 Nov 2002 12:33:04 +0000 (04:33 -0800)
arch/sparc/kernel/signal.c
arch/sparc64/kernel/signal.c
arch/sparc64/kernel/signal32.c

index 1b321429d7f65fe9c7fca91005689ac18193aa01..ad44c2bb837bf06f3b68d70efc6a79b292a5acda 100644 (file)
@@ -1135,7 +1135,7 @@ asmlinkage int do_signal(sigset_t *oldset, struct pt_regs * regs,
                        if (current->pid == 1)
                                continue;
                        switch (signr) {
-                       case SIGCONT: case SIGCHLD: case SIGWINCH:
+                       case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGURG:
                                continue;
 
                        case SIGTSTP: case SIGTTIN: case SIGTTOU:
index 00a208b723384fe0545b64afa2634dcc6c30051c..0563b2e322d53d56f939f921d3a55c7293e7ff2b 100644 (file)
@@ -682,7 +682,7 @@ static int do_signal(sigset_t *oldset, struct pt_regs * regs,
                        if (current->pid == 1)
                                continue;
                        switch (signr) {
-                       case SIGCONT: case SIGCHLD: case SIGWINCH:
+                       case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGURG:
                                continue;
 
                        case SIGTSTP: case SIGTTIN: case SIGTTOU:
index 84a28f319c7b4471d425d752aa0e81e8e750585f..a1b4972726289b3ee4c07bbddac5aa92dc1fdeee 100644 (file)
@@ -1353,7 +1353,7 @@ int do_signal32(sigset_t *oldset, struct pt_regs * regs,
                        if (current->pid == 1)
                                continue;
                        switch (signr) {
-                       case SIGCONT: case SIGCHLD: case SIGWINCH:
+                       case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGURG:
                                continue;
 
                        case SIGTSTP: case SIGTTIN: case SIGTTOU: