diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-07 19:42:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-07 19:42:24 +0000 |
commit | 9ee4c01788073b3f061b84c0df966dd334cf0ca2 (patch) | |
tree | be4cf37218adccf6dc4b44f1170ba68ff1f7b269 /ChangeLog | |
parent | e2070ca2b40d3c2dd20d110268ce7b4007a17f4f (diff) | |
download | glibc-9ee4c01788073b3f061b84c0df966dd334cf0ca2.tar.gz glibc-9ee4c01788073b3f061b84c0df966dd334cf0ca2.tar.xz 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-- | ChangeLog | 6 |
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. |