Inserita la trattazione delle affinita di processore, sistemati tutti i
[gapil.git] / listati / hand_sigchild.c
index 2ae8cc61f375eaa361d3f4581cc283afd63fc653..f55168f8aea0b153151696a884f56afc108ab2fc 100644 (file)
@@ -12,7 +12,7 @@ void HandSigCHLD(int sig)
         if (pid > 0) {
             debug("child %d terminated with status %x\n", pid, status);
         }
-    } while ((pid > 0) && (errno == EINTR));
+    } while (pid > 0);
     /* restore errno value */
     errno = errno_save;
     /* return */