diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/xtensa')
-rw-r--r-- | libpthread/nptl/sysdeps/xtensa/dl-tls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/xtensa/dl-tls.h b/libpthread/nptl/sysdeps/xtensa/dl-tls.h index 5fc4ea2d0..dfc91753e 100644 --- a/libpthread/nptl/sysdeps/xtensa/dl-tls.h +++ b/libpthread/nptl/sysdeps/xtensa/dl-tls.h @@ -70,3 +70,6 @@ extern ptrdiff_t attribute_hidden _dl_tlsdesc_dynamic(struct tlsdesc_dynamic_arg *); #endif #endif + +/* Value used for dtv entries for which the allocation is delayed. */ +#define TLS_DTV_UNALLOCATED ((void *) -1l) |