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>2009-10-06 07:39:38 +0400
committerChristopher Faylor <me@cgf.cx>2009-10-06 07:39:38 +0400
commita12518a37c7e0e21b55f75b0fc5cf9579e728e65 (patch)
treeabe8e3a7b70b41906e6ddee6243c71a9897e8805 /winsup/cygwin/globals.cc
parent3772467948ca0d42507a09beca032c5fc04c2283 (diff)
* exceptions.cc: Move global variable sigExeced...
* globals.cc: here. * pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Remove now unneeded declaration.
Diffstat (limited to 'winsup/cygwin/globals.cc')
-rw-r--r--winsup/cygwin/globals.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc
index 7a408bb84..a1a4ae946 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -23,6 +23,7 @@ HANDLE NO_COPY hProcToken;
HANDLE NO_COPY hProcImpToken;
HMODULE NO_COPY cygwin_hmodule;
HANDLE hExeced;
+int NO_COPY sigExeced;
/* program exit the program */