mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into timers/urgent
This commit is contained in:
commit
2106b531ea
2 changed files with 15 additions and 5 deletions
|
@ -1319,6 +1319,7 @@ int send_sigqueue(struct sigqueue *q, struct task_struct *t, int group)
|
|||
q->info.si_overrun++;
|
||||
goto out;
|
||||
}
|
||||
q->info.si_overrun = 0;
|
||||
|
||||
signalfd_notify(t, sig);
|
||||
pending = group ? &t->signal->shared_pending : &t->pending;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue