This commit is contained in:
Frans Kaashoek 2020-11-05 19:00:37 -05:00
parent ef97f65025
commit 60b63b9d07

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);