]> git.ipfire.org Git - thirdparty/glibc.git/blob - conform/data/sys/ipc.h-data
Add support for XPG7 testing.
[thirdparty/glibc.git] / conform / data / sys / ipc.h-data
1 #if !defined ISO && !defined POSIX && !defined POSIX2008
2 type {struct ipc_perm}
3
4 element {struct ipc_perm} uid_t uid
5 element {struct ipc_perm} gid_t gid
6 element {struct ipc_perm} uid_t cuid
7 element {struct ipc_perm} gid_t cgid
8 element {struct ipc_perm} mode_t mode
9
10 type uid_t
11 type gid_t
12 type mode_t
13 type key_t
14
15 constant IPC_CREAT
16 constant IPC_EXCL
17 constant IPC_NOWAIT
18
19 constant IPC_PRIVATE
20
21 constant IPC_RMID
22 constant IPC_SET
23 constant IPC_STAT
24
25 function key_t ftok (const char*, int)
26
27 allow ipc_*
28 allow IPC_*
29 allow *_t
30 #endif