mirror of
git://git.musl-libc.org/musl
synced 2025-01-04 21:50:02 +00:00
83933573af
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.
15 lines
216 B
C
15 lines
216 B
C
struct ipc_perm {
|
|
key_t __ipc_perm_key;
|
|
uid_t uid;
|
|
gid_t gid;
|
|
uid_t cuid;
|
|
gid_t cgid;
|
|
mode_t mode;
|
|
int __ipc_perm_seq;
|
|
int __pad1;
|
|
unsigned long __unused1;
|
|
unsigned long __unused2;
|
|
};
|
|
|
|
#define IPC_64 0x100
|