diff options
Diffstat (limited to 'src/threads/thread_local.h')
| -rw-r--r-- | src/threads/thread_local.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/threads/thread_local.h b/src/threads/thread_local.h new file mode 100644 index 00000000..8014592b --- /dev/null +++ b/src/threads/thread_local.h @@ -0,0 +1,10 @@ +#if 0 + +#define thread_local _Thread_local + +/* +STDC(201112) +*/ + + +#endif |
