move IPC_64 from public bits/ipc.h to syscall_arch.h
[musl] / arch / riscv64 / bits / ipc.h
1 struct 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         unsigned short __ipc_perm_seq;
9
10         unsigned long __pad1;
11         unsigned long __pad2;
12 };