summaryrefslogtreecommitdiff
path: root/libio/putwchar.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-20 08:57:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-20 08:57:58 +0000
commitc6bc23f6c81fc0d43688b51eceb4fbb270c4b28d (patch)
treee4dcd4a2a84c5efddda2432e432a2748dae825bd /libio/putwchar.c
parentd1407e33350b8bd55c411e76ccf5c5dc70e28293 (diff)
* libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise.
Diffstat (limited to 'libio/putwchar.c')
-rw-r--r--libio/putwchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/putwchar.c b/libio/putwchar.c
index 0a2854f16d..a4e8411831 100644
--- a/libio/putwchar.c
+++ b/libio/putwchar.c
@@ -21,7 +21,7 @@
wint_t
putwchar (wc)
- wint_t wc;
+ wchar_t wc;
{
wint_t result;
_IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,