Fix whitespace issue.
[glibc.git] / conform / data / sys / shm.h-data
blob39df8944ab2bfa82c7a332d27e082a27fd9ef4e3
1 #if !defined ISO && !defined POSIX && !defined POSIX2008
2 constant SHM_RDONLY
3 symbol SHMLBA
4 constant SHM_RND
6 type shmatt_t
8 type {struct shmid_ds}
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
19 type pid_t
20 type time_t
21 type key_t
22 type size_t
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)
29 allow-header sys/ipc.h
31 allow shm*
32 allow SHM*
33 allow *_t
34 #endif