add mount flags to sys/mount.h
authorSzabolcs Nagy <nsz@port70.net>
Sat, 12 Jan 2013 17:25:13 +0000 (18:25 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 12 Jan 2013 18:42:39 +0000 (19:42 +0100)
added various MS_*, MNT_*, UMOUNT_* flags following the linux
headers, with one exception: MS_NOUSER is defined as (1U<<31)
instead of (1<<31) which invokes undefined behaviour

the S_* flags were removed following glibc


No differences found