Searched refs:SIG_INVALID (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D30-1.c79 #define SIG_INVALID SIGRTMAX+10 macro
113 output("Trying to catch invalid signal %d\n", SIG_INVALID);
116 ret = sigaction(SIG_INVALID, &sa, 0);
120 SIG_INVALID);

Completed in 124 milliseconds