Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20156
b: refs/heads/master
c: c70d3d7
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Feb 10, 2006
1 parent b1d1c2b commit 32088d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15508d22d00277a1f2a1022dce38f2772c810d32
refs/heads/master: c70d3d703ad94727dab2a3664aeee33d71e00715
1 change: 1 addition & 0 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2702,6 +2702,7 @@ sys_signal(int sig, __sighandler_t handler)

new_sa.sa.sa_handler = handler;
new_sa.sa.sa_flags = SA_ONESHOT | SA_NOMASK;
sigemptyset(&new_sa.sa.sa_mask);

ret = do_sigaction(sig, &new_sa, &old_sa);

Expand Down

0 comments on commit 32088d4

Please sign in to comment.