[PATCH] _fwalk walks through thread local FILE pointer

Christopher Faylor cgf@redhat.com
Sat Jan 31 00:42:00 GMT 2004


On Thu, Jan 29, 2004 at 06:23:30PM -0500, Jeff Johnston wrote:
>I think that the stdin/stdout/stderr for the thread should also be 
>walked in addition to the global list for now.  I don't think that 
>should cause problems with Cygwin but if so, we can add an #ifdef check.

It does cause problems with cygwin since the global list could be the
same as the thread's list so the list could be walked twice.

cgf



More information about the Newlib mailing list