diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 07:01:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 07:01:51 +0000 |
commit | 06b5289f832efb5389778017e37a02d967ea7232 (patch) | |
tree | bb3047b619350a7b81c6e16dbd174198125fc183 /ChangeLog | |
parent | 63825a6125508cb289e76f906925af4d86f56590 (diff) | |
download | glibc-06b5289f832efb5389778017e37a02d967ea7232.tar.gz glibc-06b5289f832efb5389778017e37a02d967ea7232.tar.xz glibc-06b5289f832efb5389778017e37a02d967ea7232.zip |
Update.
* locale/programs/locale.c (write_locales): Disable implicit locking for the stream. Use feof_unlocked instead of feof.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 776acd7d86..f1d13a1737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-23 Ulrich Drepper <drepper@redhat.com> + * locale/programs/locale.c (write_locales): Disable implicit + locking for the stream. Use feof_unlocked instead of feof. + * sysdeps/unix/sysv/linux/i386/makecontext.S: Initialize %fs, %gs, and floating-point status as well. |