about summary refs log tree commit diff
path: root/libio/bug-fclose1.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix file descriptor position after fcloseUlrich Drepper2011-05-131-0/+132
fclose should leave the file descriptor position after the last read or written byte.