mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 10:19:36 +01:00
This was filed as https://github.com/nixos/nix/issues/7584, but as far
as I can tell, the previous solution of POLLHUP works just fine on macOS
14. I've also tested on an ancient machine with macOS 10.15.7, which
also has POLLHUP work correctly.
It's possible this might regress some older versions of macOS that have
a kernel bug, but I went looking through the history on the sources and
didn't find anything that looked terribly convincingly like a bug fix
between 2020 and today. If such a broken version exists, it seems pretty
reasonable to suggest simply updating the OS.
Change-Id: I178a038baa000f927ea2cbc4587d69d8ab786843
Based off of commit 69e2ee5b25752ba5fd8644cef56fb9d627ca4a64. Ericson2314 added
additional other information.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| environment-variables.cc | ||
| file-descriptor.cc | ||
| file-path.cc | ||
| file-system.cc | ||
| meson.build | ||
| monitor-fd.hh | ||
| muxable-pipe.cc | ||
| os-string.cc | ||
| processes.cc | ||
| signals-impl.hh | ||
| signals.cc | ||
| users.cc | ||