Searched defs:WEXITSTATUS (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dwait.h59 #undef WEXITSTATUS macro
71 #ifndef WEXITSTATUS
72 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
88 #define WSTOPSIG(x) WEXITSTATUS(x)

Completed in 17 milliseconds