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.
2 parents 06a855b + fdcb8d9 commit b080eb5Copy full SHA for b080eb5
src/unix/uclibc/mips/mips32.rs
@@ -66,7 +66,7 @@ s! {
66
}
67
68
pub struct sigaction {
69
- pub sa_flags: ::c_uint,
+ pub sa_flags: ::c_int,
70
pub sa_sigaction: ::sighandler_t,
71
pub sa_mask: sigset_t,
72
_restorer: *mut ::c_void,
src/unix/uclibc/mod.rs
@@ -790,6 +790,8 @@ pub const IP_TTL: ::c_int = 2;
790
pub const IP_HDRINCL: ::c_int = 3;
791
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
792
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
793
+pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20;
794
+pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21;
795
796
pub const IPV6_JOIN_GROUP: ::c_int = 20;
797
pub const IPV6_LEAVE_GROUP: ::c_int = 21;
0 commit comments