about summary refs log tree commit diff
path: root/src/stdio/__stdio_exit.c
Commit message (Expand)AuthorAgeFilesLines
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-2/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-161-1/+1
* simplify __stdio_exit static linking logicRich Felker2014-07-161-0/+2
* fix more unused variable warningsRich Felker2012-11-011-1/+1
* stdio: handle file position correctly at program exitRich Felker2012-06-191-0/+23