mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-24 00:41:11 -04:00
handle CONFIG_SEAL_METADATA option like the others
This commit is contained in:
parent
defd55f302
commit
d8ebdea05f
2 changed files with 4 additions and 3 deletions
2
util.h
2
util.h
|
@ -51,7 +51,7 @@ extern int __register_atfork(void (*)(void), void (*)(void), void (*)(void), voi
|
|||
#define atfork pthread_atfork
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SEAL_METADATA
|
||||
#if CONFIG_SEAL_METADATA
|
||||
|
||||
#ifdef __GLIBC__
|
||||
#if __GLIBC_PREREQ(2, 27)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue