diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-26 22:19:57 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-26 22:19:57 -0500 |
| commit | 97309d1a0bbdcb0813ea08574b4473d8e5416012 (patch) | |
| tree | 0dcbcf5aa5146147e0ac1d0c4b73b868a67d333b /include/linux/sched.h | |
| parent | b4ea75b649417606fd6b38710a2962ec9770e772 (diff) | |
| parent | efd51b5c6798d103e3aa683464aebb2019b62119 (diff) | |
Merge branch 'upstream-fixes'
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2df1a1a2fee5..0cfcd1c7865e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -809,6 +809,7 @@ struct task_struct { struct sighand_struct *sighand; sigset_t blocked, real_blocked; + sigset_t saved_sigmask; /* To be restored with TIF_RESTORE_SIGMASK */ struct sigpending pending; unsigned long sas_ss_sp; |
