summaryrefslogtreecommitdiff
path: root/src/stdio/fflush.c
AgeCommit message (Expand)AuthorLines
2017-08-29fix unsynchronized access to FILE structure in fflush(0)Rich Felker-1/+4
2016-09-18simplify/refactor fflush and make fflush_unlocked an alias for fflushRich Felker-30/+23
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-3/+2
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker-1/+1
2012-06-19minor cleanup in fflushRich Felker-5/+1
2012-06-19remove flush hook cruft that was never used from stdioRich Felker-3/+0
2011-07-30add proper fuxed-based locking for stdioRich Felker-5/+5
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-6/+12
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+50