summaryrefslogtreecommitdiff
path: root/arch/mips/bits/fcntl.h
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/fcntl.h
parent056c8b1ab582a7e4df2aa1a0d9b300b0c99c3f23 (diff)
downloadmusl-73bb048951cc7e6ccd493702834d5c59b219e9be.tar.gz
add missing F_GETOWNER_UIDS flag to bits/fcntl.h
Diffstat (limited to 'arch/mips/bits/fcntl.h')
-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