OSDN Git Service

2003-02-05 Jonathan Larmour <jifl@eCosCentric.com>
authorjjohnstn <jjohnstn>
Wed, 5 Feb 2003 16:52:34 +0000 (16:52 +0000)
committerjjohnstn <jjohnstn>
Wed, 5 Feb 2003 16:52:34 +0000 (16:52 +0000)
commita318b88b534ae81ee0fa61a4e8308f2701de78fc
tree3fbf74f479246f486a9fe3415b0d83200b0b7e8a
parent019299398345616e2fd945429f4844effae97840
2003-02-05  Jonathan Larmour  <jifl@eCosCentric.com>

    * libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to
    -1 to be sure it cannot later match a valid file fd causing
    isatty() to return 1.
    * libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto.
    * libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto.
    * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto.
newlib/ChangeLog
newlib/libc/stdio/asprintf.c
newlib/libc/stdio/sprintf.c
newlib/libc/stdio/vasprintf.c
newlib/libc/stdio/vsprintf.c