aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-07-14 15:58:32 +0000
committerChristopher Faylor <me@cgf.cx>2007-07-14 15:58:32 +0000
commit6f76c68713a2bc3945cc4c3d27a5c266ed8284ca (patch)
tree2093104f1d417ceb910f067c8259cba1e22a9b79 /winsup/cygwin/winsup.h
parentd409af3661a5c0d654a8b5760b3034db9f4c6191 (diff)
downloadnewlib-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.zip
newlib-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.tar.gz
newlib-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.tar.bz2
* init.cc (in_dllentry): Delete.
(dll_entry): Remove assignment to deleted variable. * winsup.h (in_dllentry): Delete declaration. * exceptions.cc (inside_kernel): Use another method to see if we are in dll_entry phase.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 58e8ef1..f6dc71b 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -353,7 +353,6 @@ extern bool display_title;
extern bool transparent_exe;
extern bool in_forkee;
-extern bool in_dllentry;
extern HANDLE hMainThread;
extern HANDLE hMainProc;