Skip to content

Commit

Permalink
Define MS_REC and MS_SLAVE for Android in bdev.c
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 0fd79e9 commit 4626937
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lxc/bdev.c
Expand Up @@ -63,6 +63,14 @@
#define LO_FLAGS_AUTOCLEAR 4
#endif

#ifndef MS_REC
#define MS_REC 16384
#endif

#ifndef MS_SLAVE
#define MS_SLAVE (1<<19)
#endif

#define DEFAULT_FS_SIZE 1073741824
#define DEFAULT_FSTYPE "ext3"

Expand Down

0 comments on commit 4626937

Please sign in to comment.