mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-12-23 22:49:35 -05:00
fix warning with glibc from cfree
This commit is contained in:
parent
539d4f0d37
commit
dba11c0091
@ -74,7 +74,7 @@ void *h_valloc(size_t size);
|
||||
void *h_pvalloc(size_t size);
|
||||
#endif
|
||||
#ifdef __GLIBC__
|
||||
void h_cfree(void *ptr);
|
||||
void h_cfree(void *ptr) __THROW;
|
||||
void *h_malloc_get_state(void);
|
||||
int h_malloc_set_state(void *state);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user