mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Remove a stale comment regarding fishd
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user