aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-01-11 02:03:45 +0100
committerSzabolcs Nagy <nsz@port70.net>2013-01-12 19:42:39 +0100
commit73bb048951cc7e6ccd493702834d5c59b219e9be (patch)
tree8ffbed865fb015041dfb7d9e9b43c96c9abb5ed2 /arch/mips/bits
parentadd missing EHWPOISON to bits/errno.h (diff)
downloadgrovel-73bb048951cc7e6ccd493702834d5c59b219e9be.tar.gz
grovel-73bb048951cc7e6ccd493702834d5c59b219e9be.tar.xz
add missing F_GETOWNER_UIDS flag to bits/fcntl.h
Diffstat (limited to 'arch/mips/bits')
-rw-r--r--arch/mips/bits/fcntl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bits/fcntl.h b/arch/mips/bits/fcntl.h
index c681d237..c51ee7e7 100644
--- a/arch/mips/bits/fcntl.h
+++ b/arch/mips/bits/fcntl.h
@@ -34,3 +34,5 @@
#define F_SETOWN_EX 15
#define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17