about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2019-07-09 16:44:02 +0200
committerAndreas Schwab <schwab@suse.de>2019-07-10 15:04:05 +0200
commit32b8188ac84ea0c0280a34f65c1fd7faf731c289 (patch)
tree7fb8f6a8c8e76c074b996e770e473b8e4f7c1e81 /ChangeLog
parent7901d4ee7ba91c963a9a7c9365267552edad32f3 (diff)
downloadglibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.tar.gz
glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.tar.xz
glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.zip
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
The function was never part of the malloc API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 632e1804d8..d3c5e29639 100644
--- 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__.