fix warning with glibc from cfree
parent
539d4f0d37
commit
dba11c0091
|
@ -74,7 +74,7 @@ void *h_valloc(size_t size);
|
||||||
void *h_pvalloc(size_t size);
|
void *h_pvalloc(size_t size);
|
||||||
#endif
|
#endif
|
||||||
#ifdef __GLIBC__
|
#ifdef __GLIBC__
|
||||||
void h_cfree(void *ptr);
|
void h_cfree(void *ptr) __THROW;
|
||||||
void *h_malloc_get_state(void);
|
void *h_malloc_get_state(void);
|
||||||
int h_malloc_set_state(void *state);
|
int h_malloc_set_state(void *state);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue