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:
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r--winsup/cygwin/init.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc
index 1e633f432..52e2df7e1 100644
--- a/winsup/cygwin/init.cc
+++ b/winsup/cygwin/init.cc
@@ -1,7 +1,7 @@
/* init.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006 Red Hat, Inc.
+ 2006, 2007, 2008, 2009 Red Hat, Inc.
This file is part of Cygwin.
@@ -16,7 +16,6 @@ details. */
static DWORD _my_oldfunc;
-int NO_COPY dynamically_loaded;
static char NO_COPY *search_for = (char *) cygthread::stub;
unsigned threadfunc_ix[8] __attribute__((section (".cygwin_dll_common"), shared));
extern cygthread *hwait_sig;
@@ -113,8 +112,6 @@ respawn_wow64_process ()
extern void __stdcall dll_crt0_0 ();
-HMODULE NO_COPY cygwin_hmodule;
-
extern "C" BOOL WINAPI
dll_entry (HANDLE h, DWORD reason, void *static_load)
{