summaryrefslogtreecommitdiff
path: root/src/stdio/__towrite.c
AgeCommit message (Expand)AuthorLines
2018-09-12hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker-1/+1
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker-2/+0
2018-02-24remove useless and confusing parentheses in stdio __towrite functionRich Felker-1/+1
2014-07-16simplify __stdio_exit static linking logicRich Felker-5/+3
2012-07-02fix missing function declarations for __stdio_exitRich Felker-0/+2
2012-06-19stdio: handle file position correctly at program exitRich Felker-3/+4
2011-10-14simplify atexit and fflush-on-exit handlingRich Felker-1/+4
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-0/+21