]> sourceware.org Git - newlib-cygwin.git/commit
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
authorChristopher Faylor <me@cgf.cx>
Sat, 10 Mar 2001 23:37:50 +0000 (23:37 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 10 Mar 2001 23:37:50 +0000 (23:37 +0000)
commit7cf3b655ec6ec6246018018cf773d3433e6075af
tree541c9ecb7a4c2763ffb742de9a67421ac9203200
parent6a6a6fa2aeb3ce49529d32db6ae6ab2e87893960
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
* exceptions.cc (setup_handler): Clarify debugging message.
* sigproc.cc (proc_subproc): Remove PROC_CHILDSTOPPED test.  It is handled by
normal PROC_CLEARWAIT case.
(wait_sig): Eliminate "dispatched" tracking.  Remove __SIGCHILDSTOPPED test.
Decrement counter again before jumping out of InterlockedDecrement loop so that
subsequent InterlockedIncrement will keep the counter at the correctly
decremented value and also detect when there are pending signals.
* sigproc.h: Remove __SIGCHILDSTOPPED element.
(procstuff): Remove PROC_CHILDSTOPPED element.
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc
winsup/cygwin/pinfo.h
winsup/cygwin/shortcut.c
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h
This page took 0.031389 seconds and 5 git commands to generate.