mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
* SIGIO -> SIGPOLL (POSIX calls it that). * Use sigaction instead of signal to register the SIGPOLL handler. Sigaction is better defined, and a handler registered with signal appears not to interrupt fcntl(..., F_SETLKW, ...), which is bad. |
||
|---|---|---|
| .. | ||
| help.txt | ||
| main.cc | ||
| Makefile.am | ||