OSDN Git Service

2004-04-08 Artem B. Bityuckiy <abitytsky@softminecorp.com>
authorjjohnstn <jjohnstn>
Thu, 8 Apr 2004 22:26:49 +0000 (22:26 +0000)
committerjjohnstn <jjohnstn>
Thu, 8 Apr 2004 22:26:49 +0000 (22:26 +0000)
commite233c77673c4dc229c57796382d93e7c4fcd451d
treed119b0b9a10b83c205674844605ad23275e18805
parentdeac01a8e1265e60b4599651c2e2f14ed5e7f480
2004-04-08  Artem B. Bityuckiy  <abitytsky@softminecorp.com>

        * libc/stdio/fclose.c (_fclose_r): New function.
        * libc/stdio/freopen.c (_freopen_r): Call _fclose_r.
        * libc/stdio/fcloseall.c (_fcloseall_r): Call _fwalk_reent.
        * libc/stdio64/freopen64.c (_freopen64_r): Use _fclose_r.
        * libc/include/stdio.h (_fclose_r): New prototype.
        * libc/stdio/fopen.c: Fix typo in comment.

2004-04-08  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/fwalk.c (_fwalk_reent): New version of _fwalk
        to handle _r reentrant functions.
newlib/ChangeLog
newlib/libc/include/stdio.h
newlib/libc/stdio/fclose.c
newlib/libc/stdio/fcloseall.c
newlib/libc/stdio/fopen.c
newlib/libc/stdio/freopen.c
newlib/libc/stdio/fwalk.c
newlib/libc/stdio64/freopen64.c