]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tail: use poll() on macOS
authorPádraig Brady <P@draigBrady.com>
Sun, 28 Aug 2022 01:32:34 +0000 (02:32 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 29 Aug 2022 14:32:54 +0000 (15:32 +0100)
commit324c188cfd8a1628c260e5003d309613a0c66e57
tree8981265ddff89766f8e05e30fd02ebe7c888fa3f
parentb3bb2b707c0364dde7be23603544ea6db01ea487
tail: use poll() on macOS

* src/tail.c (check_output_alive): poll() is the most commonly used
interface, so use this on macOS also to minimize divergence.
src/tail.c