Commit 859a6da0 by Natanael Copa Committed by Stéphane Graber

define MS_SHARED if needed

Fixes build on uClibc. Signed-off-by: 's avatarNatanael Copa <ncopa@alpinelinux.org> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 964fe051
...@@ -87,6 +87,10 @@ lxc_log_define(lxc_conf, lxc); ...@@ -87,6 +87,10 @@ lxc_log_define(lxc_conf, lxc);
#define MNT_DETACH 2 #define MNT_DETACH 2
#endif #endif
#ifndef MS_SLAVE
#define MS_SLAVE (1<<19)
#endif
#ifndef MS_RELATIME #ifndef MS_RELATIME
#define MS_RELATIME (1 << 21) #define MS_RELATIME (1 << 21)
#endif #endif
......
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