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 267375e commit 19914feCopy full SHA for 19914fe
src/unix/uclibc/mips/mod.rs
@@ -226,8 +226,8 @@ pub const SO_BPF_EXTENSIONS: ::c_int = 48;
226
pub const FIOCLEX: ::c_ulong = 0x6601;
227
pub const FIONBIO: ::c_ulong = 0x667e;
228
229
-pub const SA_ONSTACK: ::c_int = 0x08000000;
230
-pub const SA_SIGINFO: ::c_int = 0x00000008;
+pub const SA_ONSTACK: ::c_uint = 0x08000000;
+pub const SA_SIGINFO: ::c_uint = 0x00000008;
231
pub const SA_NOCLDWAIT: ::c_int = 0x00010000;
232
233
pub const SIGCHLD: ::c_int = 18;
0 commit comments