Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
musl
/
arch
/
s390x
/
bits
/
ipc.h
blob: 4710c12b151d6dc62e228cd739e2e9863a084107 [
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
;
unsigned
short
__pad1
;
unsigned
short
__ipc_perm_seq
;
unsigned
long
__pad2
;
unsigned
long
__pad3
;
};
#define
IPC_64
0x100