#include <sys/shm.h>

sys/shm.h Kernel.framework

$NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $
includes: sys/cdefs.h, sys/_types.h, sys/ipc.h, Kernel/sys/_types/_pid_t.h, Kernel/sys/_types/_time_t.h, sys/_types/_size_t.h
1 struct

struct__shmid_ds_old

size 68, align 4
struct __ipc_perm_oldshm_perm[XSI] Operation permission value
size_tshm_segsz[XSI] Size of segment in bytes
pid_tshm_lpid[XSI] PID of last shared memory op
pid_tshm_cpid[XSI] PID of creator
shmatt_tshm_nattch[XSI] Number of current attaches
time_tshm_atime[XSI] Time of last shmat()
time_tshm_dtime[XSI] Time of last shmdt()
time_tshm_ctime[XSI] Time of last shmctl() change
void *shm_internalreserved for kernel use