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>2007-07-14 06:27:11 +0400
committerChristopher Faylor <me@cgf.cx>2007-07-14 06:27:11 +0400
commitd409af3661a5c0d654a8b5760b3034db9f4c6191 (patch)
tree4886d5b60b59bd29b048cd2dec6d51f6d8821612 /winsup/cygwin/init.cc
parent08146e5adbceb673cc2c6c4adee05ba37f709095 (diff)
* init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r--winsup/cygwin/init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc
index 6a1575d15..bbbffba08 100644
--- a/winsup/cygwin/init.cc
+++ b/winsup/cygwin/init.cc
@@ -118,7 +118,7 @@ respawn_wow64_process ()
extern void __stdcall dll_crt0_0 ();
HMODULE NO_COPY cygwin_hmodule;
-bool in_dllentry;
+bool NO_COPY in_dllentry;
extern "C" BOOL WINAPI
dll_entry (HANDLE h, DWORD reason, void *static_load)