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

@ -74,4 +74,7 @@ void __malloc_fork_unlock_child (void) attribute_hidden;
/* Called as part of the thread shutdown sequence. */
void __malloc_arena_thread_freeres (void) attribute_hidden;
/* Activate a standard set of debugging hooks. */
void __malloc_check_init (void) attribute_hidden;
#endif /* _MALLOC_INTERNAL_H */