* sigproc.cc (wait_sig): Remove spurious extern.
This commit is contained in:
parent
f6187d46b1
commit
d6aec4e025
@ -1,3 +1,7 @@
|
|||||||
|
2012-12-31 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
|
* sigproc.cc (wait_sig): Remove spurious extern.
|
||||||
|
|
||||||
2012-12-31 Christopher Faylor <me.cygwin2012@cgf.cx>
|
2012-12-31 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.
|
* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.
|
||||||
|
@ -1376,7 +1376,6 @@ pending_signals::next ()
|
|||||||
static void WINAPI
|
static void WINAPI
|
||||||
wait_sig (VOID *)
|
wait_sig (VOID *)
|
||||||
{
|
{
|
||||||
extern int signal_exit_code;
|
|
||||||
_sig_tls = &_my_tls;
|
_sig_tls = &_my_tls;
|
||||||
sig_hold = CreateEvent (&sec_none_nih, FALSE, FALSE, NULL);
|
sig_hold = CreateEvent (&sec_none_nih, FALSE, FALSE, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user