]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/malloc.h
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
[thirdparty/glibc.git] / malloc / malloc.h
index 523f1b1af539993b561ce006a0b47fc623dcb479..70d8282bdccb32868794e814fcbc68decff98f32 100644 (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 */