mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-02-01 09:55:06 -05:00
remove thread_local macro workaround glibc < 2.28
This commit is contained in:
parent
022b64791e
commit
96eca21ac5
@ -6,13 +6,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if __has_include(<threads.h>)
|
||||
#include <threads.h>
|
||||
#else
|
||||
// glibc < 2.28
|
||||
#define thread_local _Thread_local
|
||||
#endif
|
||||
|
||||
#include <malloc.h>
|
||||
#include <pthread.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user