From: Szabolcs Nagy Date: Sat, 12 Jan 2013 17:25:13 +0000 (+0100) Subject: add mount flags to sys/mount.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=645c6d99a58e0e5ab16f58e7498f2f4412a831da;hp=645c6d99a58e0e5ab16f58e7498f2f4412a831da add mount flags to sys/mount.h 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 ---