mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
remove thread_local macro workaround glibc < 2.28
This commit is contained in:
parent
022b64791e
commit
96eca21ac5
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue