mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Get rid of "killing <pid>" message for unused build hooks
This commit is contained in:
parent
bb45092f72
commit
4d73e2e893
3 changed files with 5 additions and 4 deletions
|
@ -253,7 +253,7 @@ public:
|
|||
~Pid();
|
||||
void operator =(pid_t pid);
|
||||
operator pid_t();
|
||||
void kill();
|
||||
void kill(bool quiet = false);
|
||||
int wait(bool block);
|
||||
void setSeparatePG(bool separatePG);
|
||||
void setKillSignal(int signal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue