Correzioni per consentire la compilazione e l'uso del Makefile con un
[gapil.git] / listati / sigchildhand.c
1     ...
2     /* install SIGCHLD handler */
3     Signal(SIGCHLD, HandSigCHLD);  /* establish handler */
4     /* create socket */
5     ...