From 5f9316981a7df426730026dfd0eea55303133594 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 12 Jul 2000 04:49:07 +0000 Subject: * debug.cc (thread_stub): Use impure_ptr in place of reent_data. * dll_init.cc (dll_dllcrt0): Replace erroneous use of local symbol with correct __cygwin_user_data->impure_ptr. --- winsup/cygwin/debug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/debug.cc') diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index 509f98d91..23cd83cba 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -87,7 +87,7 @@ thread_stub (VOID *arg) SIGSEGV or SIGFPE. */ init_exceptions (&except_entry); - set_reent (&reent_data); + set_reent (user_data->impure_ptr); ExitThread (threadfunc (threadarg)); } -- cgit v1.2.3