diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-06 17:10:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-06 17:10:47 +0000 |
commit | d36c3615fc9bdec72ec35413daa3a9e7d4df778f (patch) | |
tree | 14a92c83c7026bd8177ee454b1091dd101186d5e | |
parent | d0ce853bc071aec4f6e81de08529c36e328469dc (diff) | |
download | glibc-d36c3615fc9bdec72ec35413daa3a9e7d4df778f.tar.gz glibc-d36c3615fc9bdec72ec35413daa3a9e7d4df778f.tar.xz glibc-d36c3615fc9bdec72ec35413daa3a9e7d4df778f.zip |
Update.
* stdio-common/perror.c (perror): Conditionalize code dealing with wide-oriented streams on USE_IN_LIBIO. 2000-12-06 Mark Kettenis <kettenis@gnu.org>
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f391d30cda..4ddd487306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-12-06 Mark Kettenis <kettenis@gnu.org> + * stdio-common/perror.c (perror): Conditionalize code dealing with + wide-oriented streams on USE_IN_LIBIO. + +2000-12-06 Mark Kettenis <kettenis@gnu.org> + * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark as internal_function. |