#include <sys/posix_shm.h>
sys/posix_shm.h
posix_shm.c : Support for POSIX shared memory APIs
File: posix_shm.c
Author: Ananthakrishna Ramesh
HISTORY
2-Sep-1999 A.Ramesh
Created for MacOSX
1 macro · 1 struct
#define PSHMNAMLEN 31
maximum name segment length we bother with
size 80, align 8
| unsigned int | pshm_flags | |
| unsigned int | pshm_usecount | |
| off_t | pshm_length | |
| mode_t | pshm_mode | |
| uid_t | pshm_uid | |
| gid_t | pshm_gid | |
| char[32] | pshm_name | |
| void * | pshm_memobject | |
| struct label * | pshm_label | |