Re: [PATCH] DragonFly BSD support - reworked
VOROSKOI Andras wrote:
> These two commits fixes the problem and all the tests run fine.
Thanks! This means that the next version of m4 will work out-of-the-box on
DragonFly.
Also, if the DragonFly libc developers want to introduce more extended stdio
primitives, like __sreadahead, gnulib may use them. This would reduce the
need to peek inside the FILE structure from outside libc. Otherwise, the stuff
in stdio-impl.h will need updates each time the stdio internals change.
Bruno