SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 67 Rust

Rollup merge of #138409 - xingxue-ibm:use-sigaction, r=compiler-errors

Use sa_sigaction instead of sa_union.__su_sigaction for AIX

Revert test cases to use `sa_sigaction` instead of `sa_union.__su_sigaction`, now that the `libc` crate implementation for AIX defines `sa_sigaction` as a direct member of `struct sigaction`, aligning it with implementations on other similar platforms. ([[AIX] Use sa_sigaction instead of the union](https://github.com/rust-lang/libc/pull/4250)).
M
Manish Goregaokar committed
c756251076cf2a12a94e5a19be4ebba4bf0728d7
Committed by GitHub <noreply@github.com> on 3/12/2025, 5:19:35 PM