Update.
commit1dc72e4ffeddaad3982c8ea7978aba99f63867a4
authorAndreas Jaeger <aj@suse.de>
Tue, 2 Jan 2001 17:02:20 +0000 (2 17:02 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 2 Jan 2001 17:02:20 +0000 (2 17:02 +0000)
treef4b6c9dd0999306c35276b24c4058d53db17ccd6
parent78db65139d02ef0b0f88b48fdbe5249dc347690e
Update.

* libio/wgenops.c (_IO_wdoallocbuf): Use correct wide access macro.
(_IO_switch_to_wget_mode): Likewise.
(_IO_sputbackwc): Likewise.
(_IO_sungetwc): Use wint_t for result.

* stdio-common/vfscanf.c (__vfscanf): Use WINT_T for done.

* sysdeps/generic/strtol.c (strtol): Make cnt size_t for correct
signedness.

* sysdeps/generic/printf_fphex.c (putc): Cast _IO_putwc_unlocked
to (int) to avoid warnings.
* stdio-common/printf_fp.c (putc): Likewise.
* stdio-common/printf_size.c (putc): Likewise.
ChangeLog
libio/wgenops.c
stdio-common/printf_fp.c
stdio-common/printf_size.c
stdio-common/vfscanf.c
sysdeps/generic/printf_fphex.c
sysdeps/generic/strtol.c