2.9
[glibc/nacl-glibc.git] / conform / data / sys / shm.h-data
blobcac01634061fa9964c17433413ee2e18fe10cfa4
1 constant SHM_RDONLY
2 symbol SHMLBA
3 constant SHM_RND
5 type shmatt_t
7 type {struct shmid_ds}
9 element {struct shmid_ds} {struct ipc_perm} shm_perm
10 element {struct shmid_ds} size_t shm_segsz
11 element {struct shmid_ds} pid_t shm_lpid
12 element {struct shmid_ds} pid_t shm_cpid
13 element {struct shmid_ds} shmatt_t shm_nattch
14 element {struct shmid_ds} time_t shm_atime
15 element {struct shmid_ds} time_t shm_dtime
16 element {struct shmid_ds} time_t shm_ctime
18 type pid_t
19 type time_t
20 type key_t
21 type size_t
23 function {void*} shmat (int, const void*, int)
24 function int shmctl (int, int, struct shmid_ds*)
25 function int shmdt (const void*)
26 function int shmget (key_t, size_t, int)
28 allow-header sys/ipc.h
30 allow shm*
31 allow SHM*
32 allow *_t