summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_exit.c
AgeCommit message (Expand)Author
2018-09-16fix null pointer subtraction and comparison in stdioRich Felker
2018-08-29fix missing flush of stderr at exit if it was put in buffered modeRich Felker
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker
2014-07-16simplify __stdio_exit static linking logicRich Felker
2012-11-01fix more unused variable warningsRich Felker
2012-06-19stdio: handle file position correctly at program exitRich Felker