implement the nonstandard GNU function fpurge
authorRich Felker <dalias@aerifal.cx>
Thu, 30 Jun 2011 15:42:33 +0000 (11:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 30 Jun 2011 15:42:33 +0000 (11:42 -0400)
commit7640497f5f28ddb4aa13528676a99b603320f47e
tree000a3f48b6d4f0a557f291ee043db9aadfc9c2a2
parentfb62ae74d0c87ff506e970bf18579cc96b16e046
implement the nonstandard GNU function fpurge

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.
include/stdio.h
src/stdio/fpurge.c [new file with mode: 0644]