]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Also define PR_SET_MM (fixes Android)
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 30 Jan 2015 17:24:04 +0000 (18:24 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 30 Jan 2015 17:24:04 +0000 (18:24 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/utils.c

index f9533dbcb0acc215fd023a5af36edd4249e9937a..8e84678c331f37d9d562d4cd9c2ab39b75bb1124 100644 (file)
 #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