Aggiornamento note copyright
[gapil.git] / sources / Mutex.c
index 52991f53026f4a13e3ceec4fbca3a2f34bb78b95..55c5582e1aed36f9f91d333923d7e2e08616d620 100644 (file)
  *
  * Author: S. Piccardi Dec. 2002
  *
- * $Id: Mutex.c,v 1.5 2003/01/06 21:24:41 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"
 /*