diff options
Diffstat (limited to 'libc-bottom-half/headers/private/threads.h')
-rw-r--r-- | libc-bottom-half/headers/private/threads.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/private/threads.h b/libc-bottom-half/headers/private/threads.h new file mode 100644 index 0000000..b51ef0d --- /dev/null +++ b/libc-bottom-half/headers/private/threads.h @@ -0,0 +1,3 @@ +#ifndef __cplusplus +#define thread_local _Thread_local +#endif |