Commit ba3c46b30fd45c8d2df310d89fd560c55a74eb4a

Duncan Overbruck 2022-01-25T20:32:30

fpurge: Make it work with non fd based FILEs Streams opened with for example open_memstream(3) will have no associated file descriptor, and fileno(3) will fail. Signed-off-by: Guillem Jover <guillem@hadrons.org>