]> sourceware.org Git - newlib-cygwin.git/commit
* libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Jul 2011 08:04:17 +0000 (08:04 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Jul 2011 08:04:17 +0000 (08:04 +0000)
commitc842ff73e769b4c35007c866778be0b3840160fe
treef74608191682e08dcdf4f901356799b63f8ceb94
parent27a249f5138001eeaf232580235d83ef956cfc76
* libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r
to make sure CHECK_INIT is called.
(_fscanf_r): Ditto.
* /libc/stdio/scanf.c (scanf): Ditto.
(_scanf_r): Ditto.
* libc/stdio/fwscanf.c (fwscanf): Call _vfwscanf_r instead of
__svfwscanf_r to make sure CHECK_INIT is called.
(_fwscanf_r): Ditto.
* libc/stdio/wscanf.c (wscanf): Ditto.
(_wscanf_r): Ditto.
newlib/ChangeLog
newlib/libc/stdio/fscanf.c
newlib/libc/stdio/fwscanf.c
newlib/libc/stdio/scanf.c
newlib/libc/stdio/wscanf.c
This page took 0.030377 seconds and 5 git commands to generate.