1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-12 08:21:58 +03:00

* 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.

This commit is contained in:
Ulrich Drepper
1999-06-20 08:57:58 +00:00
parent d1407e3335
commit c6bc23f6c8
7 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@
wint_t
fputwc_unlocked (wc, fp)
wint_t wc;
wchar_t wc;
_IO_FILE *fp;
{
CHECK_FILE (fp, EOF);