diff options
Diffstat (limited to 'src/threads/thread_local.c')
-rw-r--r-- | src/threads/thread_local.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/thread_local.c b/src/threads/thread_local.c index 595bcb22..8014592b 100644 --- a/src/threads/thread_local.c +++ b/src/threads/thread_local.c @@ -1,5 +1,10 @@ +#if 0 + #define thread_local _Thread_local /* STDC(201112) */ + + +#endif |