feat/start
Frans Kaashoek 2020-11-05 19:00:37 -05:00
parent d7b308fe81
commit 9599a8e616
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ killstatus(char *s)
exit(1);
}
if(pid1 == 0){
for (int j = 0; j < 1000; j++) {
while(1) {
getpid();
}
exit(0);