Merge pull request #49 from laijs/pause

pause() in the pod_init loop
This commit is contained in:
Lai Jiangshan
2016-03-07 23:22:52 +08:00
+1 -1
View File
@@ -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);