1 --- a/util-linux/mount.c
2 +++ b/util-linux/mount.c
4 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */
8 +#define MS_UNION 0x100 /* 256: Mount on top of a union */
12 #if defined(__dietlibc__)
13 /* 16.12.2006, Sampo Kellomaki (sampo@iki.fi)
15 /* "rslave" */ MS_SLAVE|MS_RECURSIVE,
16 /* "rprivate" */ MS_SLAVE|MS_RECURSIVE,
17 /* "runbindable" */ MS_UNBINDABLE|MS_RECURSIVE,
18 + /* "union" */ MS_UNION,