Re: [PATCH v2 08/11] Add stdio_exit_handler()
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On May 12 14:11, Matthew Joyce wrote: > From: Matt Joyce <[email protected]> > > Added a dedicated stdio exit handler to avoid using _GLOBAL_REENT > in exit(). > --- > newlib/libc/include/sys/reent.h | 2 ++ > newlib/libc/stdio/findfp.c | 11 ++++++++++- > newlib/libc/stdlib/exit.c | 5 +++-- > winsup/cygwin/signal.cc | 5 +++-- > 4 files changed, 18 insertions(+), 5 deletions(-) Just FYI, the winsup/cygwin/signal.cc snippet doesn't apply cleanly anymore due to Sebastian's patch. It's just a minor conflict, nothing to worry about. Corinna