mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-22 07:51:14 -04:00
disable obsolete glibc extensions elsewhere
This commit is contained in:
parent
bee398f860
commit
449962e044
1 changed files with 2 additions and 0 deletions
|
@ -1797,7 +1797,9 @@ EXPORT int h_malloc_info(int options, UNUSED FILE *fp) {
|
|||
return -1;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef __GLIBC__
|
||||
COLD EXPORT void *h_malloc_get_state(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue