mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
types: Add F_GETOWNER_UIDS opcode
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
b53c42a50b
commit
d29f3bc02f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue