]> sourceware.org Git - newlib-cygwin.git/commit
Commit patch from Tobias Burnus <tobias@codesourcery.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 30 Mar 2022 19:58:06 +0000 (15:58 -0400)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 30 Mar 2022 19:58:06 +0000 (15:58 -0400)
commit0239bc706a32364edc95ea06f667f4b233f74b77
tree2c27e1c0ec3ddf222fb923f18108d9faf01c8d16
parent49a00a0673e7318f7f27719ab2f0ac8eb3c6b439
Commit patch from Tobias Burnus <tobias@codesourcery.com>

[PATCH] newlib: Only call _fputwc_r if ELIX_LEVEL >= 4

(nano-)vfprintf.c is enabled for ELIX_LEVEL >= 1. When _WIDE_ORIENT
is set, its __sprint_r / __sfputs_r functions unconditionally called
_fputwc_r which is only in ELEX_LEVEL >= 4. With this commit,
the _WIDE support in (nano-)vfprintf.c is disabled for ELEX_LEVEL < 4.
newlib/libc/stdio/nano-vfprintf.c
newlib/libc/stdio/vfprintf.c
This page took 0.031852 seconds and 5 git commands to generate.