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
Auto merge of #2750 - pfmooney:uclibc-siginfo, r=Amanieu
Add siginfo accessors for uclibc
With rust-lang/rust#95688 switching to the libc-provided `si_addr()` accessor on `siginfo_t`, it became apparent that the uclibc target was lacking that implementation (see rust-lang/rust#95866).
It would be nice to provide the same accessor in uclibc as the other UNIX-y platforms.
CC: `@asomers` `@name1e5s` `@skrap` - If you have a testing env for this, could you try it out?
0 commit comments