Преглед на файлове

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.
Rich Felker преди 5 години
родител
ревизия
2a0bb9e0f2
променени са 2 файла, в които са добавени 0 реда и са изтрити 22 реда
  1. 0 11
      arch/or1k/bits/ipc.h
  2. 0 11
      arch/x86_64/bits/ipc.h

+ 0 - 11
arch/or1k/bits/ipc.h

@@ -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;
-};

+ 0 - 11
arch/x86_64/bits/ipc.h

@@ -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;
-};