diff options
Diffstat (limited to 'sysdeps/arm/nptl/tls.h')
-rw-r--r-- | sysdeps/arm/nptl/tls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/arm/nptl/tls.h b/sysdeps/arm/nptl/tls.h index 8cc0a62173..1a2d606ba7 100644 --- a/sysdeps/arm/nptl/tls.h +++ b/sysdeps/arm/nptl/tls.h @@ -49,6 +49,7 @@ typedef union dtv /* The TP points to the start of the thread blocks. */ # define TLS_DTV_AT_TP 1 +# define TLS_TCB_AT_TP 0 /* Get the thread descriptor definition. */ # include <nptl/descr.h> |