From: Rich Felker Date: Tue, 30 Jul 2019 18:12:58 +0000 (-0400) Subject: remove arch-specific bits/ipc.h that are identical to generic X-Git-Tag: v1.1.24~73 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a0bb9e0f2d87d2bcad746ffad96fb3355f1de6e;p=oweals%2Fmusl.git 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. --- 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; -}; diff --git a/arch/x86_64/bits/ipc.h b/arch/x86_64/bits/ipc.h deleted file mode 100644 index 40d6f3a2..00000000 --- a/arch/x86_64/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; -};