#include <sys/shm.h>
sys/shm.h
$NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $
struct__shmid_ds_old
| struct __ipc_perm_old | shm_perm | [XSI] Operation permission value |
| size_t | shm_segsz | [XSI] Size of segment in bytes |
| pid_t | shm_lpid | [XSI] PID of last shared memory op |
| pid_t | shm_cpid | [XSI] PID of creator |
| shmatt_t | shm_nattch | [XSI] Number of current attaches |
| time_t | shm_atime | [XSI] Time of last shmat() |
| time_t | shm_dtime | [XSI] Time of last shmdt() |
| time_t | shm_ctime | [XSI] Time of last shmctl() change |
| void * | shm_internal | reserved for kernel use |