Re: [PATCH 08/11] Add stdio atexit handler
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <YnvU7HB3dq/[email protected]> |
On May 10 10:09, Matthew Joyce wrote: > From: Matt Joyce <[email protected]> > > Add a dedicated stdio atexit handler to avoid using _GLOBAL_REENT in exit(). The idea is ok, I would just prefer to use another name. The reason is that an unsuspecting user could assume that this function actually gets added to the atexit functions. What about stdio_exit_handler()? Corinna