aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-07 19:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-07 19:42:24 +0000
commit9ee4c01788073b3f061b84c0df966dd334cf0ca2 (patch)
treebe4cf37218adccf6dc4b44f1170ba68ff1f7b269 /ChangeLog
parente2070ca2b40d3c2dd20d110268ce7b4007a17f4f (diff)
downloadglibc-9ee4c01788073b3f061b84c0df966dd334cf0ca2.tar
glibc-9ee4c01788073b3f061b84c0df966dd334cf0ca2.tar.gz
glibc-9ee4c01788073b3f061b84c0df966dd334cf0ca2.tar.bz2
glibc-9ee4c01788073b3f061b84c0df966dd334cf0ca2.zip
Update.
* misc/sys/cdefs.h (__attribute_warn_unused_result__): Define. * stdlib/stdlib.h: Make realloc with __attribute_warn_unused_result__ instead of __wur. * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__ markers as in <stdlib.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 774302a891..402748a5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-01-07 Ulrich Drepper <drepper@redhat.com>
+ * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
+ * stdlib/stdlib.h: Make realloc with
+ __attribute_warn_unused_result__ instead of __wur.
+ * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
+ markers as in <stdlib.h>.
+
* libio/stdio.h: Remove __wur from rename and remove.
* posix/unistd.h: Remove __wur from dup2.