Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/test/
H A Dsigrt.rs15 pub fn sigrtmax() -> libc::c_int; in sigrtmax() function
22 assert_eq!(libc::SIGRTMAX(), sigrtmax()); in test_sigrtmax()
/rust-libc-0.2.174/libc-test/src/
H A Dsigrt.c3 int sigrtmax() { in sigrtmax() function