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

/libmicro/
H A Dexec.c80 int status; local
87 if (waitpid(c, &status, 0) < 0)
90 if (WIFEXITED(status) && WEXITSTATUS(status) != 0)

Completed in 7 milliseconds