Aggiunti alcuni riferimenti, documentate le costanti IPPORT_RESERVED e
[gapil.git] / listati / hand_sigchild.c
index f55168f8aea0b153151696a884f56afc108ab2fc..aa8d4d4e55dca0db68b74db5b1aaaf14edbb9366 100644 (file)
@@ -9,9 +9,6 @@ void HandSigCHLD(int sig)
     do {
         errno = 0;
         pid = waitpid(WAIT_ANY, &status, WNOHANG);
-        if (pid > 0) {
-            debug("child %d terminated with status %x\n", pid, status);
-        }
     } while (pid > 0);
     /* restore errno value */
     errno = errno_save;