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
minxuanz opened this issue
Aug 8, 2024
· 1 comment
Labels
C-bugCategory: This is a bug.O-MIPSTarget: MIPS processorsO-SPARCTarget: SPARC processorsT-libsRelevant to the library team, which will review and decide on the PR/issue.
jieyouxu
added
O-MIPS
Target: MIPS processors
O-SPARC
Target: SPARC processors
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
labels
Aug 8, 2024
Rollup merge of rust-lang#128859 - MinxuanZ:mips-sig, r=Amanieu
Fix the name of signal 19 in library/std/src/sys/pal/unix/process/process_unix/tests.rs for mips/sparc linux
relate to rust-lang#128816
C-bugCategory: This is a bug.O-MIPSTarget: MIPS processorsO-SPARCTarget: SPARC processorsT-libsRelevant to the library team, which will review and decide on the PR/issue.
rust/library/std/src/sys/pal/unix/process/process_unix/tests.rs
Lines 26 to 29 in 9337f7a
https://github.com/rust-lang/libc/blob/0e28c864c25d2e9b0ab082947445efccef213da4/src/unix/linux_like/linux/musl/b64/mips64.rs#L586-L589
https://github.com/rust-lang/libc/blob/0e28c864c25d2e9b0ab082947445efccef213da4/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs#L330-L333
I gusse In mips and sparc arch ,signal 19 is SIGPWR and SIGCONT
The text was updated successfully, but these errors were encountered: