]> git.ipfire.org Git - thirdparty/glibc.git/blob - conform/data/sys/shm.h-data
First steps to get conformtest fully working
[thirdparty/glibc.git] / conform / data / sys / shm.h-data
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
2 constant SHM_RDONLY
3 symbol SHMLBA
4 constant SHM_RND
5
6 type shmatt_t
7
8 type {struct shmid_ds}
9
10 element {struct shmid_ds} {struct ipc_perm} shm_perm
11 element {struct shmid_ds} size_t shm_segsz
12 element {struct shmid_ds} pid_t shm_lpid
13 element {struct shmid_ds} pid_t shm_cpid
14 element {struct shmid_ds} shmatt_t shm_nattch
15 element {struct shmid_ds} time_t shm_atime
16 element {struct shmid_ds} time_t shm_dtime
17 element {struct shmid_ds} time_t shm_ctime
18
19 type pid_t
20 type time_t
21 type key_t
22 type size_t
23
24 function {void*} shmat (int, const void*, int)
25 function int shmctl (int, int, struct shmid_ds*)
26 function int shmdt (const void*)
27 function int shmget (key_t, size_t, int)
28
29 allow-header sys/ipc.h
30
31 allow shm*
32 allow SHM*
33 allow *_t
34 #endif