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>2004-02-24 20:13:16 +0300
committerChristopher Faylor <me@cgf.cx>2004-02-24 20:13:16 +0300
commit5dbaca1607d7650bfb3c8fe2766ad3aed044e0c1 (patch)
tree71e2d642b9e3fe2b44c3723eaf475dcfc36afdf6 /winsup/cygwin/init.cc
parent3d7e5e901fa246c919b4894cc2fa20750aba41f3 (diff)
* dcrt0.cc (_dll_crt0): Add some stern internal errors.
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 b6d187328..58556d80b 100644
--- a/winsup/cygwin/init.cc
+++ b/winsup/cygwin/init.cc
@@ -17,7 +17,7 @@ details. */
int NO_COPY dynamically_loaded;
static char *search_for = (char *) cygthread::stub;
-static unsigned threadfunc_ix __attribute__((section ("cygwin_dll_common"), shared)) = 0;
+unsigned threadfunc_ix __attribute__((section ("cygwin_dll_common"), shared)) = 0;
DWORD tls_func;
HANDLE sync_startup;