Re: [PATCH v2] Use global stdio streams for all configurations
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jun 10 13:41, Sebastian Huber wrote: > On 10.06.22 12:45, Corinna Vinschen wrote: > > On Jun 8 11:43, Sebastian Huber wrote: > > > The _REENT_GLOBAL_STDIO_STREAMS was introduced by commit > > > 668a4c8722090fffd10869dbb15b879651c1370d in 2017. Since then it was enabled by > > > [...] > > > newlib/README | 6 -- > > > newlib/configure.ac | 10 +-- > > > newlib/libc/include/sys/config.h | 7 -- > > > newlib/libc/include/sys/reent.h | 118 +++----------------------- > > > newlib/libc/reent/impure.c | 6 -- > > > newlib/libc/reent/reent.c | 20 ----- > > > newlib/libc/stdio/fcloseall.c | 4 - > > > newlib/libc/stdio/findfp.c | 53 +----------- > > > newlib/libc/stdio/local.h | 17 ---- > > > winsup/cygwin/include/cygwin/config.h | 1 - > > > 10 files changed, 14 insertions(+), 228 deletions(-) > > LGTM together with your "Fix __fp_lock_all() and __fp_unlock_all()" patch. > > Thanks for having a look at it. I am on holidays next week. Should I still > check it in today? Sure, no worries. Thx, Corinna