summaryrefslogtreecommitdiff
path: root/arch/x32/bits/ipc.h
blob: a12380f638dc672080978eb48149b30bddc7ce3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 long __pad1;
	long long __pad2;
};