about summary refs log tree commit diff
path: root/libio/putwchar_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/putwchar_u.c')
-rw-r--r--libio/putwchar_u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/putwchar_u.c b/libio/putwchar_u.c
index 0da7dcfa30..c8add84146 100644
--- a/libio/putwchar_u.c
+++ b/libio/putwchar_u.c
@@ -21,7 +21,7 @@
 
 wint_t
 putwchar_unlocked (c)
-     wint_t c;
+     wchar_t c;
 {
   CHECK_FILE (stdout, WEOF);
   return _IO_putwc_unlocked (wc, stdout);