summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/missing_threads.h')
-rw-r--r--src/basic/missing_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/missing_threads.h b/src/basic/missing_threads.h
index d48e05d586..c7da1dbd5e 100644
--- a/src/basic/missing_threads.h
+++ b/src/basic/missing_threads.h
@@ -5,7 +5,7 @@
#if HAVE_THREADS_H
# include <threads.h>
#elif !(defined(thread_local))
-# if __STDC_VERSION__ >= 201112L && !(defined(__STDC_NO_THREADS__))
+# ifndef __STDC_NO_THREADS__
# define thread_local _Thread_local
# else
# define thread_local __thread