]> 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>
Fri, 14 Aug 2015 17:17:09 +0000 (13:17 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/cgfs.c

index d3d2d42c49165c6cc85ab47c53d6e3e07defe1fc..ea90774e7c3e522eeb92b86c2c1100657ac05c63 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;