Aggiornamento note copyright
[gapil.git] / sources / SharedMem.c
index e2a7493d6e9e0e13a1d7413375dece45b1631e81..16cae770d9c4dc8afddf2bb4b58a97eaa51f7cc1 100644 (file)
  *
  * Author: S. Piccardi
  *
- * $Id: SharedMem.c,v 1.8 2003/05/02 09:55:14 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"
 /* *************************************************************************