Skip to content
Snippets Groups Projects
Commit dd3b423f authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix some more style

parent 518e09f8
No related branches found
No related tags found
No related merge requests found
pub type mode_t = u16;
pub const SYS_gettid: ::c_int = 224;
s! {
pub struct sigaction {
pub sa_sigaction: ::sighandler_t,
......@@ -10,3 +8,5 @@ s! {
pub sa_restorer: ::dox::Option<extern fn()>,
}
}
pub const SYS_gettid: ::c_int = 224;
pub type mode_t = u32;
pub const SYS_gettid: ::c_int = 178;
s! {
pub struct sigaction {
pub sa_flags: ::c_uint,
......@@ -10,3 +8,5 @@ s! {
_restorer: *mut ::c_void,
}
}
pub const SYS_gettid: ::c_int = 178;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment