Aggiornamento note copyright
[gapil.git] / sources / Mutex.c
index 35220a8e17628ea4f2cc359c065ef4cc6550876a..55c5582e1aed36f9f91d333923d7e2e08616d620 100644 (file)
  *
  * Author: S. Piccardi Dec. 2002
  *
- * $Id: Mutex.c,v 1.7 2003/05/02 09:55:14 piccardi Exp $
- *
  *****************************************************************************/
-#include <sys/sem.h>     /* IPC semaphore declarations */
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <signal.h>      /* signal handling declarations */
+#include <sys/sem.h>     /* SysV semaphores */
+#include <sys/types.h>   /* primitive system data types */
+#include <sys/stat.h>    /* file characteristics constants and functions */
+#include <fcntl.h>       /* file control functions */
+#include <signal.h>      /* signal constants, types and functions */
 
 #include "Gapil.h"
 /*