]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/musl/arch/or1k/bits/ipc.h
point at WASI with tagged unions merged into master
[wasi-libc.git] / libc-top-half / musl / arch / or1k / bits / ipc.h
CommitLineData
320054e8
DG
1struct ipc_perm {
2 key_t __ipc_perm_key;
3 uid_t uid;
4 gid_t gid;
5 uid_t cuid;
6 gid_t cgid;
7 mode_t mode;
8 int __ipc_perm_seq;
9 long __pad1;
10 long __pad2;
11};
12
13#define IPC_64 0