aboutsummaryrefslogtreecommitdiff
path: root/libc/platform/bionic/tls_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/platform/bionic/tls_defines.h')
-rw-r--r--libc/platform/bionic/tls_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/platform/bionic/tls_defines.h b/libc/platform/bionic/tls_defines.h
index 92f707aad..78099b3d4 100644
--- a/libc/platform/bionic/tls_defines.h
+++ b/libc/platform/bionic/tls_defines.h
@@ -80,8 +80,8 @@
// [1] "Addenda to, and Errata in, the ABI for the ARM Architecture". Section 3.
// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045e/IHI0045E_ABI_addenda.pdf
-#define MIN_TLS_SLOT -1 // update this value when reserving a slot
-#define TLS_SLOT_BIONIC_TLS -1
+#define MIN_TLS_SLOT (-1) // update this value when reserving a slot
+#define TLS_SLOT_BIONIC_TLS (-1)
#define TLS_SLOT_DTV 0
#define TLS_SLOT_THREAD_ID 1
#define TLS_SLOT_APP 2 // was historically used for errno