Home
last modified time | relevance | path

Searched defs:SIG_IGN (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/src/windows/
H A Dmod.rs241 pub const SIG_IGN: crate::sighandler_t = 1; constant
/rust-libc-0.2.174/src/unix/
H A Dmod.rs225 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs904 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs1317 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant