Corinna Vinschen 7b0c063f12 Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.
* cygtls.h (_tlsbase): Remove.  Replace throughout with
        NtCurrentTeb()->Tib.StackBase.
        (_tlstop): Remove. Replace throughout with
        NtCurrentTeb()->Tib.StackLimit.
        * dcrt0.cc (child_info_fork::alloc_stack): Move definition of local
        teb variable up to be used throughout.
        * include/cygwin/config.h (__getreent): Use inline function on both
        architectures.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-12-02 12:11:06 +01:00
..
2015-04-27 14:40:27 +02:00
2013-04-23 09:44:36 +00:00
2015-11-02 15:42:30 +01:00
2013-04-23 09:44:36 +00:00
2005-07-26 00:55:42 +00:00
2012-06-06 04:45:48 +00:00
2013-04-23 09:44:36 +00:00
2013-04-23 09:44:36 +00:00
2007-06-21 15:57:54 +00:00
2013-04-23 09:44:36 +00:00
2013-04-23 09:44:36 +00:00
2013-04-23 09:44:36 +00:00
2013-11-19 13:29:37 +00:00
2009-12-26 06:20:56 +00:00
2007-02-20 15:48:04 +00:00
2008-04-24 08:46:41 +00:00