[uClibc-cvs] cvs commit to uClibc/libc/stdio by mjn3

mjn3 at uclibc.org mjn3 at uclibc.org
Sun Aug 25 22:11:30 UTC 2002


Repository: uClibc/libc/stdio
who:        mjn3
time:       Sun Aug 25 16:11:29 MDT 2002


Log Message:

Changed fclose behavior when custom streams were enabled.  Previously,
the cookie pointer was set to NULL as a debugging aid.  However,
some of the perl 5.8 test rely on being able to close stderr and
still try writing to it.  So now, the cookie pointer and handler
function pointers are set to that it is a "normal" file with a
file descriptor of -1.

Note: The cookie pointer is reset to NULL if the FILE struct is
free'd by fclose.



Files:

changed:    stdio.c




More information about the uClibc-cvs mailing list