mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 08:05:20 +00:00
Define MS_REC and MS_SLAVE for Android in bdev.c
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
a70a69e8a0
commit
c37ebdc49a
@ -63,6 +63,14 @@
|
|||||||
#define LO_FLAGS_AUTOCLEAR 4
|
#define LO_FLAGS_AUTOCLEAR 4
|
||||||
#endif
|
#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_FS_SIZE 1073741824
|
||||||
#define DEFAULT_FSTYPE "ext3"
|
#define DEFAULT_FSTYPE "ext3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user