mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
fix warning with glibc from cfree
This commit is contained in:
parent
539d4f0d37
commit
dba11c0091
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue