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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user