about summary refs log tree commit diff
path: root/libio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-20 09:23:28 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-20 09:23:28 +0000
commitd2d5964b028403a599b21f6f22562688978e3aff (patch)
tree1d3cbc8fc269637e21a2d73797869a39edd6fa66 /libio
parentd195c6ca9b45799e375dddc33999e242dc241e7e (diff)
downloadglibc-d2d5964b028403a599b21f6f22562688978e3aff.tar.gz
glibc-d2d5964b028403a599b21f6f22562688978e3aff.tar.xz
glibc-d2d5964b028403a599b21f6f22562688978e3aff.zip
Update.
1999-06-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libio/libio.h: Fix last patch.
Diffstat (limited to 'libio')
-rw-r--r--libio/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libio.h b/libio/libio.h
index ba820409f1..9c65a02510 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -418,7 +418,7 @@ extern _IO_wint_t __woverflow __P ((_IO_FILE *, _IO_wint_t));
 extern int _IO_getc __P ((_IO_FILE *__fp));
 extern int _IO_putc __P ((int __c, _IO_FILE *__fp));
 extern _IO_wint_t _IO_getwc __P ((_IO_FILE *__fp));
-extern _IO_wint_t _IO_putwc __P ((_IO_wchar_t __wc, _IO_FILE *__fp));
+extern _IO_wint_t _IO_putwc __P ((wchar_t __wc, _IO_FILE *__fp));
 extern int _IO_feof __P ((_IO_FILE *__fp));
 extern int _IO_ferror __P ((_IO_FILE *__fp));