summaryrefslogtreecommitdiff
path: root/src/_perthread.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 12:24:24 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 12:24:24 -0500
commitab3c589cd14c2b7efd79c89fd75ea35edcf9edff (patch)
tree21adf1abdbf96f466a842f0e0a4ab07d23b439ec /src/_perthread.h
parentb44cf8aae080ad44e715942ab4bd1dacf4cdfbd9 (diff)
disable TSS until it is implemented
Diffstat (limited to 'src/_perthread.h')
-rw-r--r--src/_perthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_perthread.h b/src/_perthread.h
index 0f0139f8..c0cd9fce 100644
--- a/src/_perthread.h
+++ b/src/_perthread.h
@@ -1,7 +1,7 @@
#ifndef ___PERTHREAD_H__
#define ___PERTHREAD_H__
-#if defined __STDC_VERSION__ && 201112L <= __STDC_VERSION__ && !defined __STDC_NO_THREADS__
+#if 0 && (defined __STDC_VERSION__ && 201112L <= __STDC_VERSION__ && !defined __STDC_NO_THREADS__)
#define THREAD_LOCAL static _Thread_local
#else
#define THREAD_LOCAL static