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>2001-11-30 09:19:58 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-30 09:19:58 +0300
commit1cf0d8510a4102506ce84dab72ca3381757bb106 (patch)
tree9624b673564ffdd0183eb37ee184d56085790083 /winsup/cygwin/debug.cc
parent8569e5542e4fa276337260b920bc17aea49d9cc4 (diff)
* debug.cc (makethread): Eliminate unneeded function call.
* miscfuncs.cc (tls_ix): Predefine. * perthread.h (set_reent): Eliminate. (get_reent): Ditto. * winbase.h (my_tlsalloc): Use global stack base pointer. Set newly allocated location to NULL. (my_tlssetvalue): Use global stack base pointer. (my_tlsgetvalue): Ditto.
Diffstat (limited to 'winsup/cygwin/debug.cc')
-rw-r--r--winsup/cygwin/debug.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc
index 400130614..76cce92ff 100644
--- a/winsup/cygwin/debug.cc
+++ b/winsup/cygwin/debug.cc
@@ -95,7 +95,6 @@ thread_stub (VOID *arg)
SIGSEGV or SIGFPE. */
init_exceptions (&except_entry);
- set_reent (user_data->impure_ptr);
ExitThread (threadfunc (threadarg));
}