diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-18 02:49:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-18 02:49:46 +0000 |
commit | c3151cca37afb7a58e731108a0185bfec1a4c55f (patch) | |
tree | f5fb2d0f8e2cfab85890d126976e39d3087cf0d2 | |
parent | 55183f249fff2918c153ca91bc96c8f5d078abfa (diff) | |
download | glibc-c3151cca37afb7a58e731108a0185bfec1a4c55f.tar glibc-c3151cca37afb7a58e731108a0185bfec1a4c55f.tar.gz glibc-c3151cca37afb7a58e731108a0185bfec1a4c55f.tar.bz2 glibc-c3151cca37afb7a58e731108a0185bfec1a4c55f.zip |
* stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
* misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
Likewise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-08-17 Roland McGrath <roland@frob.com> + + * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide. + * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]: + Likewise. + 2001-08-17 Ulrich Drepper <drepper@redhat.com> * locale/duplocale.c (__duplocale): Also initialize the special |