File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1045,8 +1045,10 @@ pub const EPOLL_CTL_ADD: ::c_int = 1;
1045
1045
pub const EPOLL_CTL_MOD : :: c_int = 3 ;
1046
1046
pub const EPOLL_CTL_DEL : :: c_int = 2 ;
1047
1047
1048
+ pub const MNT_FORCE : :: c_int = 0x1 ;
1048
1049
pub const MNT_DETACH : :: c_int = 0x2 ;
1049
1050
pub const MNT_EXPIRE : :: c_int = 0x4 ;
1051
+ pub const UMOUNT_NOFOLLOW : :: c_int = 0x8 ;
1050
1052
1051
1053
pub const Q_GETFMT : :: c_int = 0x800004 ;
1052
1054
pub const Q_GETINFO : :: c_int = 0x800005 ;
@@ -1062,8 +1064,6 @@ pub const QIF_USAGE: u32 = 10;
1062
1064
pub const QIF_TIMES : u32 = 48 ;
1063
1065
pub const QIF_ALL : u32 = 63 ;
1064
1066
1065
- pub const MNT_FORCE : :: c_int = 0x1 ;
1066
-
1067
1067
pub const Q_SYNC : :: c_int = 0x800001 ;
1068
1068
pub const Q_QUOTAON : :: c_int = 0x800002 ;
1069
1069
pub const Q_QUOTAOFF : :: c_int = 0x800003 ;
You can’t perform that action at this time.
0 commit comments