summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/descr.h
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-09-23 09:55:03 -0700
committerAustin Foxley <austinf@cetoncorp.com>2009-09-23 09:56:04 -0700
commitd74b8a68d450072ee3c6e6b586d32ff38e88f840 (patch)
tree02981405617f4cf3e9366a8e8e88aae452cab797 /libpthread/nptl/descr.h
parent46348ce60a0005d8009349f09f80ca35669801b9 (diff)
downloaduClibc-alpine-d74b8a68d450072ee3c6e6b586d32ff38e88f840.tar.bz2
uClibc-alpine-d74b8a68d450072ee3c6e6b586d32ff38e88f840.tar.xz
tls: test for DTV vs TCB at TP correctly
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/descr.h')
-rw-r--r--libpthread/nptl/descr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/descr.h b/libpthread/nptl/descr.h
index 12e48a83c..1a8d91be8 100644
--- a/libpthread/nptl/descr.h
+++ b/libpthread/nptl/descr.h
@@ -106,7 +106,7 @@ struct pthread
{
union
{
-#if !TLS_DTV_AT_TP
+#if !defined(TLS_DTV_AT_TP)
/* This overlaps the TCB as used for TLS without threads (see tls.h). */
tcbhead_t header;
#else