summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_exit.c
AgeCommit message (Expand)AuthorLines
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-2/+1
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker-1/+1
2014-07-16simplify __stdio_exit static linking logicRich Felker-0/+2
2012-11-01fix more unused variable warningsRich Felker-1/+1
2012-06-19stdio: handle file position correctly at program exitRich Felker-0/+23