From 73bb048951cc7e6ccd493702834d5c59b219e9be Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 11 Jan 2013 02:03:45 +0100 Subject: add missing F_GETOWNER_UIDS flag to bits/fcntl.h --- arch/mips/bits/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips') 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 -- cgit v1.2.1