aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/riscv/dl-tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/riscv/dl-tls.h')
-rw-r--r--sysdeps/riscv/dl-tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/riscv/dl-tls.h b/sysdeps/riscv/dl-tls.h
index 049161f..c138c5c 100644
--- a/sysdeps/riscv/dl-tls.h
+++ b/sysdeps/riscv/dl-tls.h
@@ -45,4 +45,4 @@ extern void *__tls_get_addr (tls_index *ti);
#define __TLS_GET_ADDR(__ti) (__tls_get_addr (__ti) - TLS_DTV_OFFSET)
/* Value used for dtv entries for which the allocation is delayed. */
-#define TLS_DTV_UNALLOCATED ((void *) -1l)
+#define TLS_DTV_UNALLOCATED_VALUE -1l