Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
arm64
/
sysroot
/
include
/
bits
/
x86_64
/
ipc.h
blob: c66f9edcc734f9054f8e1ec9ec29e93d0f54e6d4 [
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
0