Aggiunte nota di TODO su alcune {{{ioctl}}} dei file
[gapil.git] / listati / sigchildhand.c
1     ...
2     /* install SIGCHLD handler */
3     Signal(SIGCHLD, HandSigCHLD);  /* establish handler */
4     /* create socket */
5     ...