summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.