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

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

Completed in 501 milliseconds