1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Don't declare __malloc_check_init in <malloc.h> (bug 23352)

The function was never part of the malloc API.
This commit is contained in:
Andreas Schwab
2019-07-09 16:44:02 +02:00
parent 7901d4ee7b
commit 32b8188ac8
5 changed files with 12 additions and 7 deletions

View File

@ -159,9 +159,6 @@ extern void *(*__MALLOC_HOOK_VOLATILE __memalign_hook)(size_t __alignment,
__MALLOC_DEPRECATED;
extern void (*__MALLOC_HOOK_VOLATILE __after_morecore_hook) (void);
/* Activate a standard set of debugging hooks. */
extern void __malloc_check_init (void) __THROW __MALLOC_DEPRECATED;
__END_DECLS
#endif /* malloc.h */