summaryrefslogtreecommitdiff
path: root/src/threads/thread_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thread_local.c')
-rw-r--r--src/threads/thread_local.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/thread_local.c b/src/threads/thread_local.c
index b9250131..595bcb22 100644
--- a/src/threads/thread_local.c
+++ b/src/threads/thread_local.c
@@ -1 +1,5 @@
#define thread_local _Thread_local
+
+/*
+STDC(201112)
+*/