From: Stéphane Graber Date: Fri, 30 Jan 2015 17:24:04 +0000 (+0100) Subject: Also define PR_SET_MM (fixes Android) X-Git-Tag: lxc-1.1.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a8cfbf054117811932ac02caaf4b13044939fc;p=thirdparty%2Flxc.git Also define PR_SET_MM (fixes Android) Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/utils.c b/src/lxc/utils.c index f9533dbcb..8e84678c3 100644 --- a/src/lxc/utils.c +++ b/src/lxc/utils.c @@ -46,6 +46,10 @@ #include "lxclock.h" #include "namespace.h" +#ifndef PR_SET_MM +#define PR_SET_MM 35 +#endif + #ifndef PR_SET_MM_ARG_START #define PR_SET_MM_ARG_START 8 #endif