Aggiornamento note copyright
[gapil.git] / sources / SharedMem.c
index 7e5d554b3aef4ad5da62ba3d60221afab3554ad3..16cae770d9c4dc8afddf2bb4b58a97eaa51f7cc1 100644 (file)
  *
  * Author: S. Piccardi
  *
- * $Id: SharedMem.c,v 1.6 2003/03/05 00:45:30 piccardi Exp $
- *
  ***************************************************************/
-#include <sys/shm.h>                  /* SysV IPC shared memory declarations */
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <stdio.h>                                 /* standard I/O functions */
-#include <fcntl.h>
-#include <signal.h>                          /* signal handling declarations */
-#include <unistd.h>
+#include <sys/shm.h>     /* SysV shared memory */
+#include <sys/types.h>   /* primitive system data types */
+#include <sys/stat.h>    /* file characteristics constants and functions */
+#include <stdio.h>       /* standard I/O library */
+#include <fcntl.h>       /* file control functions */
+#include <signal.h>      /* signal constants, types and functions */
+#include <unistd.h>      /* unix standard library */
 #include <sys/mman.h>
-#include <string.h>
-#include <errno.h>
+#include <string.h>      /* C strings library */
+#include <errno.h>       /* error definitions and routines */
 
 #include "macros.h"
 /* *************************************************************************