mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Add MS_NOSYMFOLLOW from Linux 5.10 to <sys/mount.h>.
This patch adds the new constant MS_NOSYMFOLLOW from Linux 5.10 to <sys/mount.h>. Tested for x86_64.
This commit is contained in:
parent
57fb02b2cf
commit
0ca21427d9
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ enum
|
||||||
#define MS_MANDLOCK MS_MANDLOCK
|
#define MS_MANDLOCK MS_MANDLOCK
|
||||||
MS_DIRSYNC = 128, /* Directory modifications are synchronous. */
|
MS_DIRSYNC = 128, /* Directory modifications are synchronous. */
|
||||||
#define MS_DIRSYNC MS_DIRSYNC
|
#define MS_DIRSYNC MS_DIRSYNC
|
||||||
|
MS_NOSYMFOLLOW = 256, /* Do not follow symlinks. */
|
||||||
|
#define MS_NOSYMFOLLOW MS_NOSYMFOLLOW
|
||||||
MS_NOATIME = 1024, /* Do not update access times. */
|
MS_NOATIME = 1024, /* Do not update access times. */
|
||||||
#define MS_NOATIME MS_NOATIME
|
#define MS_NOATIME MS_NOATIME
|
||||||
MS_NODIRATIME = 2048, /* Do not update directory access times. */
|
MS_NODIRATIME = 2048, /* Do not update directory access times. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue