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 f9b4f00 commit ecaeff3Copy full SHA for ecaeff3
src/unix/notbsd/linux/mips.rs
@@ -63,7 +63,7 @@ s! {
63
}
64
65
pub struct sigaction {
66
- pub sa_flags: ::c_uint,
+ pub sa_flags: ::c_int,
67
pub sa_sigaction: ::sighandler_t,
68
pub sa_mask: sigset_t,
69
_restorer: *mut ::c_void,
@@ -454,7 +454,7 @@ extern {
454
hostlen: ::socklen_t,
455
serv: *mut ::c_char,
456
sevlen: ::socklen_t,
457
- flags: ::c_uint) -> ::c_int;
+ flags: ::c_int) -> ::c_int;
458
pub fn eventfd(init: ::c_int, flags: ::c_int) -> ::c_int;
459
pub fn ptrace(request: ::c_uint, ...) -> ::c_long;
460
0 commit comments