* sigproc.cc (wait_sig): Remove spurious extern.

This commit is contained in:
Christopher Faylor 2012-12-31 19:07:03 +00:00
parent f6187d46b1
commit d6aec4e025
2 changed files with 4 additions and 1 deletions

View File

@ -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>
* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.

View File

@ -1376,7 +1376,6 @@ pending_signals::next ()
static void WINAPI
wait_sig (VOID *)
{
extern int signal_exit_code;
_sig_tls = &_my_tls;
sig_hold = CreateEvent (&sec_none_nih, FALSE, FALSE, NULL);