Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
musl
/
arch
/
x32
/
bits
/
ipc.h
blob: 55d2e41a4da4d85716812638d16fc1fb8ba5d0b5 [
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
long
__pad1
;
long
long
__pad2
;
};
#define
IPC_64
0