Reenable thread_local for all platforms

This commit is contained in:
Nekotekina
2017-08-23 23:14:52 +03:00
parent 025a09ed87
commit c1450ad616
3 changed files with 11 additions and 18 deletions
-1
View File
@@ -32,7 +32,6 @@
#define SAFE_BUFFERS
#define NEVER_INLINE __attribute__((noinline))
#define FORCE_INLINE __attribute__((always_inline)) inline
#define thread_local __thread
#endif
#define CHECK_SIZE(type, size) static_assert(sizeof(type) == size, "Invalid " #type " type size")