You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aix: add siginfo_t accessors for symmetry with other platforms
On other platforms it's possible to call e.g. `si_status()`, it was missing on AIX.
btw, the `#[cfg(libc_union)]` usage in the `siginfo_t` itself looks quite wrong…
0 commit comments