Skip to content

Commit

Permalink
Define MS_RELATIME for Android
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Jul 1, 2015
1 parent 4626937 commit 8f95eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lxc/cgfs.c
Expand Up @@ -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;
Expand Down

0 comments on commit 8f95eee

Please sign in to comment.