diff options
author | Roger A. Faulkner <Roger.Faulkner@Sun.COM> | 2009-04-16 15:36:18 -0700 |
---|---|---|
committer | Roger A. Faulkner <Roger.Faulkner@Sun.COM> | 2009-04-16 15:36:18 -0700 |
commit | 9524a69f24734e80c50bfc33c4f1bce173d465a1 (patch) | |
tree | d9d772eca43402eff175e4aa1c2efc76b629e868 /usr/src/uts/common/sys/thread.h | |
parent | 6075fa3de0c83fd23d9e870137abc5f442e9eee2 (diff) | |
download | illumos-joyent-9524a69f24734e80c50bfc33c4f1bce173d465a1.tar.gz |
6565817 sigwait can't wait for SIGTSTP
Diffstat (limited to 'usr/src/uts/common/sys/thread.h')
-rw-r--r-- | usr/src/uts/common/sys/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/thread.h b/usr/src/uts/common/sys/thread.h index 6d112ef065..bb2502679a 100644 --- a/usr/src/uts/common/sys/thread.h +++ b/usr/src/uts/common/sys/thread.h @@ -163,6 +163,7 @@ typedef struct _kthread { k_sigset_t t_sig; /* signals pending to this process */ k_sigset_t t_extsig; /* signals sent from another contract */ k_sigset_t t_hold; /* hold signal bit mask */ + k_sigset_t t_sigwait; /* sigtimedwait() is accepting these */ struct _kthread *t_forw; /* process's forward thread link */ struct _kthread *t_back; /* process's backward thread link */ struct _kthread *t_thlink; /* tid (lwpid) lookup hash link */ |