about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-30 13:07:07 -0500
committerMike Frysinger <vapier@gentoo.org>2013-02-18 17:18:57 -0500
commit2f62b9ee0c086f72ded8abfe84c6d5ab86c49ab1 (patch)
tree67367e2cac7b1f1263ee90edcb7f3388df51bec4 /ChangeLog
parent6ff444c4184433586a8879376bd5006eb793499a (diff)
downloadglibc-2f62b9ee0c086f72ded8abfe84c6d5ab86c49ab1.tar.gz
glibc-2f62b9ee0c086f72ded8abfe84c6d5ab86c49ab1.tar.xz
glibc-2f62b9ee0c086f72ded8abfe84c6d5ab86c49ab1.zip
sys/cdefs.h: export __attribute_alloc_size__
Since we want to use this in installed headers, move it to the installed
sys/cdefs.h.  This requires a slight tweaking of the name (add trailing
underscores).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3767bf1dee..12559ab9df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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.
+	* misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
+
+2013-02-18  Mike Frysinger  <vapier@gentoo.org>
+
 	* include/programs/xmalloc.h: New file.
 	* catgets/gencat.c: Include it.
 	(xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.