OSDN Git Service

2004-05-07 Artem B. Bityuckiy <abitytsky@softminecorp.com>
authorjjohnstn <jjohnstn>
Fri, 7 May 2004 21:00:41 +0000 (21:00 +0000)
committerjjohnstn <jjohnstn>
Fri, 7 May 2004 21:00:41 +0000 (21:00 +0000)
commitb4b48b8a09f66651b2aafd0b91661974798fd682
treef243c24fb08a6601c423bdcbc97365386bca75b5
parent2eee5665e38dd3eed20c0c9185da7374949ccc7e
2004-05-07  Artem B. Bityuckiy  <abitytsky@softminecorp.com>

        * libc/stdio/iprintf.c (_iprintf_r): Fix old-style argument
        list for reentrant pointer.  Call _vfiprintf_r.
        * libc/stdio/siprintf.c (_siprintf_r): New function.
        * libc/stdio/vfprintf.c (__sbprintf): Add reetrant struct
        pointer argument.  Change all callers.  Call _VFPRINTF_R.
        * libc/include/stdio.h (_siprintf_r, _vfiprintf_r): New
        prototypes.
newlib/libc/include/stdio.h
newlib/libc/stdio/iprintf.c
newlib/libc/stdio/siprintf.c
newlib/libc/stdio/vfprintf.c