mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
libcriu: Pi compilation -- add PR_SET_CHILD_SUBREAPER constant
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
#include "rpc.pb-c.h"
|
||||
#include "cr-service-const.h"
|
||||
|
||||
#ifndef PR_SET_CHILD_SUBREAPER
|
||||
#define PR_SET_CHILD_SUBREAPER 36
|
||||
#endif
|
||||
|
||||
const char *criu_lib_version = CRIU_VERSION;
|
||||
|
||||
static char *service_address = CR_DEFAULT_SERVICE_ADDRESS;
|
||||
|
Reference in New Issue
Block a user