-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore default (ignore) Rust SIGPIPE behavior
Remove `reset_sigpipe` and other code that handles `SIGPIPE` in any way, such as ignoring it or forwarding it to the child process. This restores the default behaviour of the Rust standard library, which is to always ignore the signal. This behaviour will be inherited by the child process. See #12 for context.
- Loading branch information
Showing
2 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters