From 32b8188ac84ea0c0280a34f65c1fd7faf731c289 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 9 Jul 2019 16:44:02 +0200 Subject: Don't declare __malloc_check_init in (bug 23352) The function was never part of the malloc API. --- malloc/malloc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'malloc/malloc.h') diff --git a/malloc/malloc.h b/malloc/malloc.h index 523f1b1af5..70d8282bdc 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -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 */ -- cgit 1.4.1