OSDN Git Service

* cygerrno.h (set_errno): Set global errno whenever setting thread specific
authorcgf <cgf>
Sun, 1 Feb 2004 18:29:11 +0000 (18:29 +0000)
committercgf <cgf>
Sun, 1 Feb 2004 18:29:11 +0000 (18:29 +0000)
commit9a2ed3f9e68ced7542d665cdaa54f9dd0e046b2b
tree88e886b3d12b1f91c76fdad016f041825f5f40a6
parentf5c8cfb5fe138429b754725affd63f2b67e4f6d7
* cygerrno.h (set_errno): Set global errno whenever setting thread specific
version.
* debug.cc (__set_errno): Ditto.
* exceptions.cc (handle_sigsuspend): Remove spurious sig_dispatch_pending call.
(set_signal_mask): When there seem to be pending signals to dispatch, tell
signal_dispatch_pending/sig_send not to specifically call any handlers.
* sigproc.h (sig_dispatch_pending): Change declaration to void.
* sigproc.cc (sig_dispatch_pending): Change definition to void.  Take an
argument to determine whether to tell sig_send to wait for handler to be
called.
* sigproc.cc (sig_send): Don't call signal handler when sig == __SIGFLUSHFAST.
(wait_sig): Honor __SIGFLUSHFAST.  Guard against sigpacket::process nuking
si_signo.
* sigproc.h (__SIGFLUSHFAST): Define new special signal.
(sig_dispatch_pending): Change declaration to void.  Take optional boolean
argument.
* fork.cc (vfork): Add debugging output.
winsup/cygwin/ChangeLog
winsup/cygwin/cygerrno.h
winsup/cygwin/debug.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/fork.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h