about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-07 15:00:47 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-07 15:00:47 +0000
commit375607b9cc9ddf46a379bab6bf2998c54099d6b5 (patch)
treea5870230b29af0ea96032ea7abc9f3a131ca3dc0 /ChangeLog
parenta9708fed779ff4e61e07ec2eae78e5c0753e1222 (diff)
downloadglibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.tar.gz
glibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.tar.xz
glibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.zip
Clean up __MALLOC_* macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5be823eef..1d0ff3e631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
 
+	* malloc/malloc.h (__MALLOC_P): Remove all definitions.
+	(__MALLOC_PMT): Likewise.
+	[__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
+	[__GNUC__], only on [_LIBC].
+	[__GNUC__] (__MALLOC_DEPRECATED): Likewise.
+	[!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
+	[!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
+	* malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
+	forward declaration.
+	(realloc_hook_ini): Likewise.
+	(memalign_hook_ini): Likewise.
+	(__libc_memalign): Do not use __MALLOC_PMT in variable
+	declaration.
+	(__libc_valloc): Likewise.
+	(__libc_pvalloc): Likewise.
+	(__libc_calloc): Likewise.
+	(__posix_memalign): Likewise.
+
 	[BZ #14996]
 	* math/s_casinh.c: Include <float.h>.
 	(__casinh): Do not do computation with squaring and square root