Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95102
b: refs/heads/master
c: e1401c6
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Apr 30, 2008
1 parent 3103189 commit bd53167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2deb1acc653cbd5384b107d050d2deba089db2bd
refs/heads/master: e1401c6bbb289d154eb0d0c292cc9f8259e4af73
3 changes: 1 addition & 2 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ static int send_signal(int sig, struct siginfo *info, struct task_struct *t,
struct sigpending *signals)
{
struct sigqueue * q = NULL;
int ret = 0;

/*
* Deliver the signal to listening signalfds. This must be called
Expand Down Expand Up @@ -719,7 +718,7 @@ static int send_signal(int sig, struct siginfo *info, struct task_struct *t,

out_set:
sigaddset(&signals->signal, sig);
return ret;
return 0;
}

#define LEGACY_QUEUE(sigptr, sig) \
Expand Down

0 comments on commit bd53167

Please sign in to comment.