From d29f3bc02f68508da7d0ccf576a9737df019aa3d Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Tue, 10 Apr 2012 22:54:00 +0400 Subject: [PATCH] types: Add F_GETOWNER_UIDS opcode Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- include/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/types.h b/include/types.h index de90b1968..36d5a8f18 100644 --- a/include/types.h +++ b/include/types.h @@ -54,6 +54,10 @@ # define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8) #endif +#ifndef F_GETOWNER_UIDS +#define F_GETOWNER_UIDS 17 +#endif + #define CLONE_CHILD_USEPID 0x02000000 #define CLONE_VFORK 0x00004000