Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-12-31 23:07:03 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-31 23:07:03 +0400
commitd6aec4e02509549e1b26ffcd8d210a83f0f77754 (patch)
tree2af3a613442c846f3a29c416ffd0ccf6669c3ece
parentf6187d46b117f281040e2b9a9f3bdabe60954156 (diff)
* sigproc.cc (wait_sig): Remove spurious extern.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/sigproc.cc1
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 89eb529cd..562c48c41 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
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.
* syscalls.cc (dup2): Ditto.
* winsup.h (events_terminate): Delete obsolete function declaration.
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);