1
Fork 0
rust/tests/ui/attributes/unix_sigpipe/auxiliary
Martin Nordholts f5b9eaf18f Don't unnecessarily change SIGPIPE disposition in unix_sigpipe tests
In `auxiliary/sigpipe-utils.rs`, all we want to know is the current
`SIGPIPE` disposition. We should not change it. So use `libc::sigaction`
instead of `libc::signal`. That way we can also remove the code that
restores it.
2024-02-24 16:18:34 +01:00
..
sigpipe-utils.rs Don't unnecessarily change SIGPIPE disposition in unix_sigpipe tests 2024-02-24 16:18:34 +01:00