We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6dd37 commit e49123eCopy full SHA for e49123e
src/unix/linux_like/linux/uclibc/mips/mod.rs
@@ -23,10 +23,10 @@ pub const ECOMM: ::c_int = 70;
23
pub const EPROTO: ::c_int = 71;
24
pub const EDOTDOT: ::c_int = 73;
25
26
-pub const SA_NODEFER: ::c_int = 0x40000000;
27
-pub const SA_RESETHAND: ::c_int = 0x80000000;
28
-pub const SA_RESTART: ::c_int = 0x10000000;
29
-pub const SA_NOCLDSTOP: ::c_int = 0x00000001;
+pub const SA_NODEFER: ::c_uint = 0x40000000;
+pub const SA_RESETHAND: ::c_uint = 0x80000000;
+pub const SA_RESTART: ::c_uint = 0x10000000;
+pub const SA_NOCLDSTOP: ::c_uint = 0x00000001;
30
31
pub const EPOLL_CLOEXEC: ::c_int = 0x80000;
32
0 commit comments