We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b8b39 commit 9f7b63fCopy full SHA for 9f7b63f
src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
@@ -208,7 +208,7 @@ pub const ERFKILL: c_int = 132;
208
209
pub const SOCK_STREAM: c_int = 1;
210
pub const SOCK_DGRAM: c_int = 2;
211
-pub const SA_ONSTACK: c_int = 8;
+pub const SA_ONSTACK: c_int = 0x08000000;
212
pub const SA_SIGINFO: c_int = 4;
213
pub const SA_NOCLDWAIT: c_int = 2;
214
pub const SIGTTIN: c_int = 21;
0 commit comments