]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Define MS_RELATIME for Android
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 3 Jun 2015 21:08:11 +0000 (17:08 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 1 Jul 2015 17:43:42 +0000 (13:43 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/cgfs.c

index fcb3cde15fdff8bd436a09971ba4bd3b3accd99a..dd156afd37447e1b4c7a3a579805251ad2674e66 100644 (file)
 #include <mntent.h>
 #endif
 
+#ifndef MS_RELATIME
+#define MS_RELATIME (1<<21)
+#endif
+
 struct cgroup_hierarchy;
 struct cgroup_meta_data;
 struct cgroup_mount_point;