]> git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/notbsd/android/b32.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / liblibc / src / unix / notbsd / android / b32.rs
1 pub type mode_t = u16;
2
3 s! {
4 pub struct sigaction {
5 pub sa_sigaction: ::sighandler_t,
6 pub sa_mask: ::sigset_t,
7 pub sa_flags: ::c_ulong,
8 pub sa_restorer: ::dox::Option<extern fn()>,
9 }
10 }
11
12 pub const SYS_gettid: ::c_long = 224;