summaryrefslogtreecommitdiff
path: root/src/stdio/fclose.c
AgeCommit message (Collapse)AuthorLines
2011-05-01fix undefined call order in fclose, possible lost output depending on compilerRich Felker-1/+1
pcc turned up this bug by calling f->close(f) before fflush(f), resulting in lost output and error on flush.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+21