OSDN Git Service

* debug.cc (makethread): Eliminate unneeded function call.
authorcgf <cgf>
Fri, 30 Nov 2001 06:19:56 +0000 (06:19 +0000)
committercgf <cgf>
Fri, 30 Nov 2001 06:19:56 +0000 (06:19 +0000)
commitd3779f791582308ab8d34330ba2047fad482a699
treedd3c820a2c93b4348787256349144c2349094a63
parent97926309d1b0707bbfee26e4ac623a58a1358688
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/debug.cc
winsup/cygwin/miscfuncs.cc
winsup/cygwin/perthread.h
winsup/cygwin/winbase.h