Commit 091097e0626e5cd3ba5f83da47438c88977e88bc

Duncan Overbruck 2022-01-24T16:47:00

test: Remove static FILE declaration from fpurge test This does not work with libcs that do not declare the structure in a header file, like musl. And gets in the way of supporting non-fd based streams. Signed-off-by: Guillem Jover <guillem@hadrons.org>