remove arch-specific bits/ipc.h that are identical to generic
[musl] / arch / s390x / 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 __pad1;
9         unsigned short __ipc_perm_seq;
10         unsigned long __pad2;
11         unsigned long __pad3;
12 };