mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove a stale comment regarding fishd
This commit is contained in:
parent
fea798011b
commit
d90169e79b
1 changed files with 1 additions and 2 deletions
|
@ -521,8 +521,7 @@ void signal_set_handlers()
|
|||
sigaction(SIGCHLD, &act, 0);
|
||||
|
||||
/*
|
||||
Ignore sigpipe, it is generated if fishd dies, but we can
|
||||
recover.
|
||||
Ignore sigpipe, which we may get from the universal variable notifier.
|
||||
*/
|
||||
sigaction(SIGPIPE, &act, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue