add missing F_GETOWNER_UIDS flag to bits/fcntl.h
authorSzabolcs Nagy <nsz@port70.net>
Fri, 11 Jan 2013 01:03:45 +0000 (02:03 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 12 Jan 2013 18:42:39 +0000 (19:42 +0100)
arch/arm/bits/fcntl.h
arch/i386/bits/fcntl.h
arch/microblaze/bits/fcntl.h
arch/mips/bits/fcntl.h
arch/powerpc/bits/fcntl.h
arch/x86_64/bits/fcntl.h

index 9595f9c..98e91d5 100644 (file)
@@ -34,3 +34,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17
index 69f3a8f..4cc0312 100644 (file)
@@ -34,3 +34,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17
index 69f3a8f..4cc0312 100644 (file)
@@ -34,3 +34,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17
index c681d23..c51ee7e 100644 (file)
@@ -34,3 +34,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17
index 83c0222..b57bd57 100644 (file)
@@ -35,3 +35,4 @@
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
 
+#define F_GETOWNER_UIDS 17
index 9e07229..0949f31 100644 (file)
@@ -34,3 +34,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17