diff options
Diffstat (limited to 'libio/putwchar.c')
-rw-r--r-- | libio/putwchar.c | 2 |
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, |