Home
last modified time | relevance | path

Searched refs:sigrtmin (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/test/
H A Dsigrt.rs16 pub fn sigrtmin() -> libc::c_int; in sigrtmin() function
29 assert_eq!(libc::SIGRTMIN(), sigrtmin()); in test_sigrtmin()
/rust-libc-0.2.174/libc-test/src/
H A Dsigrt.c7 int sigrtmin() { in sigrtmin() function