* dcrt0.cc (_dll_crt0): Add some stern internal errors.

This commit is contained in:
Christopher Faylor
2004-02-24 17:13:16 +00:00
parent 3d7e5e901f
commit 5dbaca1607
3 changed files with 12 additions and 2 deletions

View File

@@ -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;