OSDN Git Service

* sigproc.cc (no_signals_available): Use existence of signal thread handle to
authorcgf <cgf>
Thu, 5 Jan 2006 22:38:51 +0000 (22:38 +0000)
committercgf <cgf>
Thu, 5 Jan 2006 22:38:51 +0000 (22:38 +0000)
commita08388e7e9cc8cf0c901e557cd7d42a96e39b57b
treeab53676516f0b2dddedfaef99a4754bb70a9c850
parentb4f3d26af6ef5be2efa5288d7496d56104b55c2f
* sigproc.cc (no_signals_available): Use existence of signal thread handle to
figure out if we can actually send signals rather than relying on my_sendsig.
(hwait_sig): Make static.
(sigproc_init): Don't set my_sendsig to anything special.  Use new global
static hwait_sig.
(wait_sig): Set hwait_sig to NULL when we are exiting.
winsup/cygwin/ChangeLog
winsup/cygwin/sigproc.cc