]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/malloc-internal.h
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
[thirdparty/glibc.git] / malloc / malloc-internal.h
index 591ec4528aa66d14e079ee45907d9bdfa7741bf4..54d90f901bbf536d8b267a5dd795f7457b7b0db3 100644 (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 */