]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: be defensive in avoiding gnulib's poll module
authorPádraig Brady <P@draigBrady.com>
Sun, 28 Aug 2022 01:48:11 +0000 (02:48 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 29 Aug 2022 14:33:12 +0000 (15:33 +0100)
commit3a1c328cd55f427a74f16cda8513bedb7c153fd8
treecea0f26bac744b335e801166665197464970906c
parent324c188cfd8a1628c260e5003d309613a0c66e57
maint: be defensive in avoiding gnulib's poll module

* src/tail.c (check_output_alive): Add a guard that would
trigger on most platforms, to detect if we're using the
gnulib poll module.  That's currently problematic in the
way it emulates poll() using select() and would cause
issues on macOS and AIX at least as poll() is replaced there.
src/tail.c