From 96eca21ac5fc49bb348e97f8f0347fa458dbb212 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Sep 2020 17:37:49 -0400 Subject: [PATCH] remove thread_local macro workaround glibc < 2.28 --- h_malloc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/h_malloc.c b/h_malloc.c index 5602a5c..e55e263 100644 --- a/h_malloc.c +++ b/h_malloc.c @@ -6,13 +6,7 @@ #include #include #include - -#if __has_include() #include -#else -// glibc < 2.28 -#define thread_local _Thread_local -#endif #include #include