This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS


On 29/06/17 20:31, Corinna Vinschen wrote:

And, JFYI, Cygwin will start to use it too after the next release:)

There are some new problems with this change. We have no reference counting in the FILE objects, so a freopen(..., stdin), closes the global stdin FILE object (__sf[0]), etc. What works is a stdin = fopen(). I guess this could break existing applications.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]