summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-09-22 09:08:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-09-22 09:08:44 +0200
commitcafc862065049318c73ddc7418fc6bccdee8663d (patch)
tree014402412db86ef9e6b36d4faf27026a71f7607e
parent5a14dce600e63c7225e50663b817c51d6c4798e8 (diff)
nds32: add missing define for TLSHEADmaster
-rw-r--r--libpthread/nptl/sysdeps/nds32/dl-tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/nds32/dl-tls.h b/libpthread/nptl/sysdeps/nds32/dl-tls.h
index f0107cacb..11101fdd2 100644
--- a/libpthread/nptl/sysdeps/nds32/dl-tls.h
+++ b/libpthread/nptl/sysdeps/nds32/dl-tls.h
@@ -56,4 +56,6 @@ extern void *_dl_make_tlsdesc_dynamic (struct link_map *map, size_t ti_offset);
extern ptrdiff_t attribute_hidden
_dl_tlsdesc_dynamic(struct tlsdesc *);
+#define TLS_DTV_UNALLOCATED ((void *) -1l)
+
#endif //_NDS32_DL_TLS_H