about summary refs log tree commit diff
path: root/src/stdio/fpurge.c
Commit message (Collapse)AuthorAgeFilesLines
* add and consolidate nasty stdio_ext junkRich Felker2011-06-301-11/+0
| | | | | hopefully this resolves the rest of the issues with hideously nonportable hacks in programs that use gnulib.
* implement the nonstandard GNU function fpurgeRich Felker2011-06-301-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.