Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
musl
/
arch
/
generic
/
bits
/
ipc.h
blob: 779c42fd7bf5249d1e936f657974e8689ca1b531 [
file
] [
log
] [
blame
]
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