about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedldlinux_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-04 22:58:06 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-04 22:58:06 +0200
commit27b3a3f33c90fc0daaf0ca8708c806b2a71b1625 (patch)
tree8e6198379d7b86fb7b40175e8fe7e086d7b2e6ae /src/wrapped/wrappedldlinux_private.h
parentd60a0ef58d8fc23c29cb783232a2915f48c9bf4a (diff)
downloadbox64-27b3a3f33c90fc0daaf0ca8708c806b2a71b1625.tar.gz
box64-27b3a3f33c90fc0daaf0ca8708c806b2a71b1625.zip
Improved TLS handling (for #17, but probably help many other programs)
Diffstat (limited to 'src/wrapped/wrappedldlinux_private.h')
-rwxr-xr-xsrc/wrapped/wrappedldlinux_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrapped/wrappedldlinux_private.h b/src/wrapped/wrappedldlinux_private.h
index 45e234db..76827e8c 100755
--- a/src/wrapped/wrappedldlinux_private.h
+++ b/src/wrapped/wrappedldlinux_private.h
@@ -20,5 +20,4 @@ DATA(__pointer_chk_guard, sizeof(void*))
 DATA(_rtld_global, sizeof(void*))
 DATA(_rtld_global_ro, sizeof(void*))
 DATA(__stack_chk_guard, sizeof(void*))
-// defined in glibc/sysdeps/i386/dl-tls.h
 GOM(__tls_get_addr, pFEp)