Skip to content

Commit 352ad01

Browse files
krobelustgross35
authored andcommitted
Remove rogue definition of SIGSTKFLT for mips32-linux-musl
Linux' arch/mips/include/uapi/asm/signal.h does not define SIGSTKFLT. For one MIPS architecture, we define it as 7 for unknown reasons, but 7 is already SIGEMT. This is confusing and probably useless. Remove it. [ squashed JohnTitor's commit deleting the changelog entry - Trevor ] (backport <#4749>) (cherry picked from commit bf0ea47)
1 parent 7793835 commit 352ad01

File tree

1 file changed

+0
-1
lines changed
  • src/unix/linux_like/linux/musl/b32/mips

1 file changed

+0
-1
lines changed

src/unix/linux_like/linux/musl/b32/mips/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ pub const SIGTSTP: c_int = 24;
363363
pub const SIGURG: c_int = 21;
364364
pub const SIGIO: c_int = 22;
365365
pub const SIGSYS: c_int = 12;
366-
pub const SIGSTKFLT: c_int = 7;
367366
pub const SIGPOLL: c_int = crate::SIGIO;
368367
pub const SIGPWR: c_int = 19;
369368
pub const SIG_SETMASK: c_int = 3;

0 commit comments

Comments
 (0)