Revisione di mknod, aggiunta di fopendir e una serie di correzioni ed
[gapil.git] / listati / sigchildhand.c
1     ...
2     /* install SIGCHLD handler */
3     Signal(SIGCHLD, HandSigCHLD);  /* establish handler */
4     /* create socket */
5     ...