diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-03-27 09:38:39 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-03-27 09:38:39 +0000 |
commit | 409c27f83478e2962c446be23e104a97b3f5f2e0 (patch) | |
tree | 4548f42d093397fb049fdfae40f28968d59499ab /newlib/newlib.hin | |
parent | 1ebc8da242a1e8dd7707f2bcc51c22d4e1e64990 (diff) | |
download | newlib-409c27f83478e2962c446be23e104a97b3f5f2e0.zip newlib-409c27f83478e2962c446be23e104a97b3f5f2e0.tar.gz newlib-409c27f83478e2962c446be23e104a97b3f5f2e0.tar.bz2 |
* acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.
* newlib.hin (_FVWRITE_IN_STREAMIO): Undefine.
* configure.in (--disable-newlib-fvwrite-in-streamio): New option.
* configure: Regenerated.
* libc/stdio/fputs.c (_fputs_r): Use _FVWRITE_IN_STREAMIO to
control __sfvwrite_r. Add alternative implementation.
* libc/stdio/fputws.c (_fputws_r): Ditto.
* libc/stdio/fwrite.c (_fwrite_r): Ditto.
* libc/stdio/puts.c (_puts_r): Ditto.
* libc/stdio/vfprintf.c (__ssputs_r, __sfputs_r): New function.
(_VFPRINTF_R): Use _FVWRITE_IN_STREAMIO to control vector buffer.
(__SPRINT): Use _FVWRITE_IN_STREAMIO to control macro definition.
* libc/stdio/vfwprintf.c (_VFWPRINTF_R): Use _FVWRITE_IN_STREAMIO
to control vector buffer.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index 3c53386..74218c7 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -57,6 +57,9 @@ /* True if long double supported and it is equal to double. */ #undef _LDBL_EQ_DBL + +/* Define if ivo supported in streamio. */ +#undef _FVWRITE_IN_STREAMIO /* * Iconv encodings enabled ("to" direction) |