Searched defs:WIFSIGNALED (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/include/ | ||
H A D | wait.h | 60 #undef WIFSIGNALED macro 75 #ifndef WIFSIGNALED 76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro |
Completed in 8 milliseconds