break;
if (WIFSIGNALED(status)) {
/* Process got some terminating signal, hence stop the loop */
ret = EXIT_FAILURE;
}