This commit is contained in:
Frans Kaashoek 2020-11-05 19:00:37 -05:00
parent d7b308fe81
commit 9599a8e616

View file

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