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-2.0.0.beta1~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6ef2286fa9eb95c5c11a40c4dcab2e7f76c4b5;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