Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362599
b: refs/heads/master
c: b9e146d
h: refs/heads/master
i:
  362597: 6b3070c
  362595: dd0bd6a
  362591: 9272f78
v: v3
  • Loading branch information
Emese Revfy authored and Linus Torvalds committed Apr 17, 2013
1 parent 1e09fa3 commit ccc3f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d72515b85a6583db131ec6032978e3c9d4291d95
refs/heads/master: b9e146d8eb3b9ecae5086d373b50fa0c1f3e7f0f
2 changes: 1 addition & 1 deletion trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,7 @@ do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info)

static int do_tkill(pid_t tgid, pid_t pid, int sig)
{
struct siginfo info;
struct siginfo info = {};

info.si_signo = sig;
info.si_errno = 0;
Expand Down

0 comments on commit ccc3f0d

Please sign in to comment.