about summary refs log tree commit diff
path: root/libio/bug-fclose1.c
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger2012-12-011-132/+0
| | | | | | | | | | | In BZ #12724, partial support for POSIX 2008 fclose behavior was added. Since it isn't entirely conforming to the spec, some applications are known to be breaking in this intermediate state. So revert the partial support until we can get things fully implemented. This reverts commit fcabc0f8b185f9e0a9289720be5ede6c39b3bf21. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* 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.