Commit 8f95eee6 by Stéphane Graber

Define MS_RELATIME for Android

parent 4626937c
......@@ -55,6 +55,10 @@
#include <mntent.h>
#endif
#ifndef MS_RELATIME
#define MS_RELATIME (1<<21)
#endif
struct cgroup_hierarchy;
struct cgroup_meta_data;
struct cgroup_mount_point;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment