Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2955
b: refs/heads/master
c: 4fea283
h: refs/heads/master
i:
  2953: 4096dea
  2951: eec2f51
v: v3
  • Loading branch information
Kirill Korotaev authored and Linus Torvalds committed Jun 23, 2005
1 parent 0259cbe commit a7084aa
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: af4d2ecbf007b7df3db7a41eedccdc05b8006d0b
refs/heads/master: 4fea2838aa00b9e59efde974dcdb455608192811
1 change: 1 addition & 0 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ static inline int has_pending_signals(sigset_t *signal, sigset_t *blocked)
fastcall void recalc_sigpending_tsk(struct task_struct *t)
{
if (t->signal->group_stop_count > 0 ||
(t->flags & PF_FREEZE) ||
PENDING(&t->pending, &t->blocked) ||
PENDING(&t->signal->shared_pending, &t->blocked))
set_tsk_thread_flag(t, TIF_SIGPENDING);
Expand Down

0 comments on commit a7084aa

Please sign in to comment.