diff --git a/src/init.c b/src/init.c index 8d963c5..6ac87ba 100644 --- a/src/init.c +++ b/src/init.c @@ -263,7 +263,7 @@ static int hyper_pod_init(void *data) close(arg->ctl_pipe[1]); for (;;) - ; /* infinite loop and handle SIGCHLD */ + pause(); /* infinite loop and handle SIGCHLD */ out: _exit(-1);