summaryrefslogtreecommitdiff
path: root/src/stdio/fpurge.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30add and consolidate nasty stdio_ext junkRich Felker1-11/+0
hopefully this resolves the rest of the issues with hideously nonportable hacks in programs that use gnulib.
2011-06-30implement the nonstandard GNU function fpurgeRich Felker1-0/+11
this is a really ugly and backwards function, but its presence will prevent lots of broken gnulib software from trying to define its own version of fpurge and thereby failing to build or worse.