about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-29 16:49:53 -0500
committerMike Frysinger <vapier@gentoo.org>2013-02-18 17:19:00 -0500
commit4be9b544ea79d601b82bf9eb82549cc627584630 (patch)
tree3bf94f07be48c6458b4a4c29a072312a907dff55 /ChangeLog
parent2f62b9ee0c086f72ded8abfe84c6d5ab86c49ab1 (diff)
downloadglibc-4be9b544ea79d601b82bf9eb82549cc627584630.tar.gz
glibc-4be9b544ea79d601b82bf9eb82549cc627584630.tar.xz
glibc-4be9b544ea79d601b82bf9eb82549cc627584630.zip
stdlib.h: use existing malloc/alloc_size attribute defines
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12559ab9df..16085476ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
 
+	* stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
+	and __attribute_alloc_size__.
+
+2013-02-18  Mike Frysinger  <vapier@gentoo.org>
+
 	* include/programs/xmalloc.h: Change __attribute_alloc_size to
 	__attribute_alloc_size__.
 	* include/sys/cdefs.h (__attribute_alloc_size): Macro removed.