Home | History | Annotate | Download | only in src

Lines Matching full:__rt_sigsuspend

2032 	ac_testn __rt_sigsuspend '' 'whether klibc uses RT signals' <<-'EOF'
2035 extern int __rt_sigsuspend(const sigset_t *, size_t);
2036 int main(void) { return (__rt_sigsuspend(NULL, 0)); }
2041 ac_testn __sigsuspend_s '!' __rt_sigsuspend 1 \