summaryrefslogtreecommitdiff
path: root/arch/aarch64/bits/ipc.h
blob: ef39a0ca7153cd9e0ec212c8b1f3c26ba2d807bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
struct ipc_perm {
	key_t __ipc_perm_key;
	uid_t uid;
	gid_t gid;
	uid_t cuid;
	gid_t cgid;
	mode_t mode;
	unsigned short __ipc_perm_seq;

	unsigned long __pad1;
	unsigned long __pad2;
};