newlib/winsup/cygwin/include/cygwin
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
..
acl.h Reapply POSIX ACL changes. 2015-11-18 22:27:54 +01:00
config.h Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb. 2015-12-02 12:11:06 +01:00
core_dump.h headers: properly decorate attributes 2014-08-01 15:48:37 +00:00
cygwin_dll.h headers: properly decorate attributes 2014-08-01 15:48:37 +00:00
fs.h
grp.h
hdreg.h
icmp.h
if.h
in.h
in6.h
in_systm.h
ipc.h
kd.h
msg.h
mtio.h
rdevio.h
sem.h
shm.h
signal.h Lower Cygwin's MINSIGSTKSZ and SIGSTKSZ 2015-07-19 22:40:29 +02:00
socket.h * include/cygwin/socket.h (struct cmsghdr): Redefine cmsg_len as type 2015-01-08 13:12:50 +00:00
sockios.h
stat.h
stdlib.h 2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk> 2015-02-20 12:13:59 +00:00
sysproto.h
time.h * common.din (stime): Export. 2014-10-22 19:03:02 +00:00
types.h Drop local stdint.h and inttypes.h in favor of newlib files 2015-04-23 21:57:11 +02:00
utmp.h
version.h Bump Cygwin DLL version to 2.4.0 2015-11-18 22:11:54 +01:00
wait.h