mirror of
git://git.musl-libc.org/musl
synced 2025-01-09 08:10:30 +00:00
16 lines
180 B
C
16 lines
180 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;
|
|
long __pad1;
|
|
long __pad2;
|
|
};
|
|
|
|
#define IPC_64 0x100
|
|
|