We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139801f commit 9239e8dCopy full SHA for 9239e8d
src/unix/linux_like/mod.rs
@@ -654,6 +654,7 @@ pub const MS_SYNCHRONOUS: c_ulong = 0x10;
654
pub const MS_REMOUNT: c_ulong = 0x20;
655
pub const MS_MANDLOCK: c_ulong = 0x40;
656
pub const MS_DIRSYNC: c_ulong = 0x80;
657
+pub const MS_NOSYMFOLLOW: c_ulong = 0x100;
658
pub const MS_NOATIME: c_ulong = 0x0400;
659
pub const MS_NODIRATIME: c_ulong = 0x0800;
660
pub const MS_BIND: c_ulong = 0x1000;
0 commit comments