diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-23 04:45:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-23 04:45:09 +0000 |
commit | 54915e9e373fdd0c15deca970ae4a04a17c598ad (patch) | |
tree | d3ed1907f5894cc0695161126154026f673cf502 /ChangeLog | |
parent | be27d08c05911a658949ba7b84f4321a65a2dbf4 (diff) | |
download | glibc-54915e9e373fdd0c15deca970ae4a04a17c598ad.tar.gz glibc-54915e9e373fdd0c15deca970ae4a04a17c598ad.tar.xz glibc-54915e9e373fdd0c15deca970ae4a04a17c598ad.zip |
Update.
* malloc/malloc.c (malloc_printerr): Use syslog if writev failed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 027a8c5975..a23d0a1c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-09-22 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (malloc_printerr): Use syslog if writev failed. + * string/string.h: Add __nonnull annotations. * stdlib/stdlib.h: Likewise. |