cri-o/conmon
Samuel Ortiz 9a4a1092fe
conmon: Return the exit status code
waitpid fills its second argument with a value that
contains the process exit code in the 8 least significant
bits. Instead of returning the complete value and then
convert it from ocid, return the exit status directly
by using WEXITSTATUS from conmon.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-01-14 02:00:45 +01:00
..
conmon.c conmon: Return the exit status code 2017-01-14 02:00:45 +01:00
Makefile conmon: minor fixes 2016-10-02 20:11:16 +11:00