OSDN Git Service

* pinfo.h (EXITCODE_SET): Move out of range of Windows error.
authorcgf <cgf>
Fri, 16 Sep 2005 03:16:16 +0000 (03:16 +0000)
committercgf <cgf>
Fri, 16 Sep 2005 03:16:16 +0000 (03:16 +0000)
commit7dcb679b55149e6b41e9e149d07072911a46387b
tree85a995d75019893c2f93384e1b7aad66baa0b82e
parenteebde9df86543f89bf6cf5f6c614e9c2283d2190
* pinfo.h (EXITCODE_SET): Move out of range of Windows error.
(EXITCODE_NOSET): Ditto.
* sigproc.cc (no_signals_available): Remove check for hwait_sig.  Just rely on
my_sendsig.  Pass in an argument controlling when it is appropriate to test
EXITCODE_SET.
(proc_can_be_signalled): Remove checks for myself since this function is never
called in that context.
(sigproc_init): Pre-initialize my_sendsig to non-zero so that
proc_can_be_signalled will know that we expect to be signalable soon.
(sig_send): Change debugging output.
winsup/cygwin/ChangeLog
winsup/cygwin/pinfo.h
winsup/cygwin/sigproc.cc