Commit d29f3bc0 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

types: Add F_GETOWNER_UIDS opcode

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent b53c42a5
...@@ -54,6 +54,10 @@ ...@@ -54,6 +54,10 @@
# define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8) # define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8)
#endif #endif
#ifndef F_GETOWNER_UIDS
#define F_GETOWNER_UIDS 17
#endif
#define CLONE_CHILD_USEPID 0x02000000 #define CLONE_CHILD_USEPID 0x02000000
#define CLONE_VFORK 0x00004000 #define CLONE_VFORK 0x00004000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment