diff options
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 32bc9a8f2..eeeb4dc9b 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -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); |