Don't declare __malloc_check_init in <malloc.h> (bug 23352)
authorAndreas Schwab <schwab@suse.de>
Tue, 9 Jul 2019 14:44:02 +0000 (16:44 +0200)
committerAndreas Schwab <schwab@suse.de>
Wed, 10 Jul 2019 13:04:05 +0000 (15:04 +0200)
The function was never part of the malloc API.

ChangeLog
include/malloc.h
malloc/malloc-internal.h
malloc/malloc.h
manual/memory.texi

index 632e180..d3c5e29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
+2019-07-10  Andreas Schwab  <schwab@suse.de>
+
+       [BZ #23352]
+       * malloc/malloc.h (__malloc_check_init): Don't declare.
+       * include/malloc.h (__malloc_check_init): Likewise.
+       * malloc/malloc-internal.h (__malloc_check_init): Declare it here.
+       * manual/memory.texi (__malloc_check_init): Don't mention it.
+
 2019-07-10  Mao Han  <han_mao@c-sky.com>
 
        * locale/Makefile: Fix tst-locale-locpath arguments passing.
 
 2019-07-09  Paul A. Clarke  <pc@us.ibm.com>
-    
+
        * sysdeps/powerpc/fpu/fenv_libc.h (_FPU_GET_RC): Protect use of
        __builtin_cpu_supports with __BUILTIN_CPU_SUPPORTS__.
 
index d4cd9a5..70d32c7 100644 (file)
@@ -9,8 +9,6 @@
 /* Nonzero if the malloc is already initialized.  */
 extern int __malloc_initialized attribute_hidden;
 
-extern __typeof (__malloc_check_init) __malloc_check_init attribute_hidden;
-
 struct malloc_state;
 typedef struct malloc_state *mstate;
 
index 591ec45..54d90f9 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 */
index 523f1b1..70d8282 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 */
index a1435aa..b565dd6 100644 (file)
@@ -1056,7 +1056,6 @@ systems that do not support @w{ISO C11}.
 @c   next_env_entry ok
 @c   strcspn dup ok
 @c   __libc_mallopt dup @mtasuconst:mallopt [setting mp_]
-@c   __malloc_check_init @mtasuconst:malloc_hooks [setting hooks]
 @c   *__malloc_initialize_hook unguarded, ok
 @c  *__memalign_hook dup ok, unguarded
 @c  arena_get dup @asulock @aculock @acsfd @acsmem