diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-21 02:57:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-21 02:57:38 +0000 |
commit | 34ef548a3770131a03cf55866caedc8c50793617 (patch) | |
tree | 0e630f982564334fbeba4e513d9015db248537cc /ChangeLog | |
parent | 62ed552b937bc0367df22207d316c14614e94421 (diff) | |
download | glibc-34ef548a3770131a03cf55866caedc8c50793617.tar.gz glibc-34ef548a3770131a03cf55866caedc8c50793617.tar.xz glibc-34ef548a3770131a03cf55866caedc8c50793617.zip |
Update.
2001-08-20 Ulrich Drepper <drepper@redhat.com> * misc/error.c (error_tail): Use fputws_unlocked instead of fputws. * misc/err.c (convert_and_print): Likewise. * malloc/obstack.c (print_and_abort): Use fprintf instead of two function calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7cd89cb909..445c75eab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-08-20 Ulrich Drepper <drepper@redhat.com> + + * misc/error.c (error_tail): Use fputws_unlocked instead of fputws. + * misc/err.c (convert_and_print): Likewise. + + * malloc/obstack.c (print_and_abort): Use fprintf instead of two + function calls. + 2001-08-20 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the |