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

/system/core/libcutils/
H A Dprivate.h101 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
107 #ifndef WEXITSTATUS
108 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
109 #endif /* !defined WEXITSTATUS */

Completed in 900 milliseconds