mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-15 06:41:47 +03: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:
@ -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. */
|
||||||
|
Reference in New Issue
Block a user