Seconda parte della risistemazione delle dichiarazioni di inclusione.
[gapil.git] / sources / SigHand.c
index b5d6c7bda49de7c003e7cdf80bf2dd83b38212e6..a37fac5ab28daa68412e392ce4e07f431a5b7fcf 100644 (file)
  *
  * Author: S. Piccardi Dec. 2002
  *
- * $Id: SigHand.c,v 1.7 2003/05/06 14:05:12 piccardi Exp $
- *
  *****************************************************************************/
-#include <errno.h>                               /* error simbol definitions */
-#include <stdio.h>                                 /* standard I/O functions */
-#include <signal.h>                          /* signal handling declarations */
-#include <sys/types.h>
-#include <sys/wait.h>
+#include <errno.h>       /* error definitions and routines */
+#include <stdio.h>      /* standard I/O library */
+#include <signal.h>      /* signal constants, types and functions */
+#include <sys/types.h>   /* primitive system data types */
+#include <sys/wait.h>   /* process termination constants and functions */
 
 #include "Gapil.h"
 #include "macros.h"
@@ -97,7 +95,6 @@ inline SigFunc * SignalRestart(int signo, SigFunc *func)
  * Generic handler for SIGCHLD signal
  * 
  * Simone Piccardi Dec. 2002
- * $Id: SigHand.c,v 1.7 2003/05/06 14:05:12 piccardi Exp $
  */
 void HandSigCHLD(int sig)
 {