aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
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/powerpc
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/powerpc')
-rw-r--r--arch/powerpc/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/bits/fcntl.h b/arch/powerpc/bits/fcntl.h
index 83c02226..b57bd57d 100644
--- a/arch/powerpc/bits/fcntl.h
+++ b/arch/powerpc/bits/fcntl.h
@@ -35,3 +35,4 @@
#define F_SETOWN_EX 15
#define F_GETOWN_EX 16
+#define F_GETOWNER_UIDS 17