summaryrefslogtreecommitdiff
path: root/arch/or1k/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-07-30 14:12:58 -0400
committerRich Felker <dalias@aerifal.cx>2019-07-30 14:23:56 -0400
commit2a0bb9e0f2d87d2bcad746ffad96fb3355f1de6e (patch)
tree0b6f5cc46f2d872aff612dd7378de2eb912331d9 /arch/or1k/bits
parentf56d57f8a7aa536d40014933841a8b22f9c10328 (diff)
downloadmusl-2a0bb9e0f2d87d2bcad746ffad96fb3355f1de6e.tar.gz
remove arch-specific bits/ipc.h that are identical to generic
previously these differed from generic because they needed their own definitions of IPC_64. now that it's no longer in public header, they're identical.
Diffstat (limited to 'arch/or1k/bits')
-rw-r--r--arch/or1k/bits/ipc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/or1k/bits/ipc.h b/arch/or1k/bits/ipc.h
deleted file mode 100644
index 40d6f3a2..00000000
--- a/arch/or1k/bits/ipc.h
+++ /dev/null
@@ -1,11 +0,0 @@
-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;
-};