Bruno Haible <[email protected]> writes: > These two patches fix the test failures on OpenBSD 7.8. > > The first patch is a cleanup of unneeded changes from the previous > commit, taking into account > <https://github.com/openbsd/src/commit/24f9d669f84293935af75b1b5351b987dc03ad0b>. > > The second patch adds support for OpenBSD 7.8 and drops support > for intermediate versions between OpenBSD 7.7 and 7.8.
Ah, I see. When writing my change to accomodate OpenBSD making FILE an incomplete type [1], I did not see that they added stdio_ext.h and the corresponding functions [2]. Thanks for the fix. Collin [1] https://github.com/coreutils/gnulib/commit/69a02b5307df043ca22c4b75eaec12be21493910 [2] https://man.openbsd.org/man3/__fpending.3
