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

cvs at uclinux.org cvs at uclinux.org
Sat Feb 23 12:35:19 UTC 2002


Repository: uClibc/libc/stdio
who:        andersen
time:       Sat Feb 23 07:35:19 EST 2002


Log Message:

IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with]
EINTR [when] the fclose() function was interrupted by a signal".  But
looking in the current uClibc stdio.c for some bizarre reason we had a
special case where when errno was EINTR, we would keep on trying
instead.  Doh!  Fix that,
 -Erik


Files:

changed:    stdio.c




More information about the uClibc-cvs mailing list