diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2022-03-30 15:58:06 -0400 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2022-03-30 15:58:06 -0400 |
commit | 0239bc706a32364edc95ea06f667f4b233f74b77 (patch) | |
tree | 2c27e1c0ec3ddf222fb923f18108d9faf01c8d16 /newlib/libc/stdio/fwalk.c | |
parent | 49a00a0673e7318f7f27719ab2f0ac8eb3c6b439 (diff) | |
download | newlib-0239bc706a32364edc95ea06f667f4b233f74b77.zip newlib-0239bc706a32364edc95ea06f667f4b233f74b77.tar.gz newlib-0239bc706a32364edc95ea06f667f4b233f74b77.tar.bz2 |
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.
Diffstat (limited to 'newlib/libc/stdio/fwalk.c')
0 files changed, 0 insertions, 0 deletions