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;
10451045pub const EPOLL_CTL_MOD : :: c_int = 3 ;
10461046pub const EPOLL_CTL_DEL : :: c_int = 2 ;
10471047
1048+ pub const MNT_FORCE : :: c_int = 0x1 ;
10481049pub const MNT_DETACH : :: c_int = 0x2 ;
10491050pub const MNT_EXPIRE : :: c_int = 0x4 ;
1051+ pub const UMOUNT_NOFOLLOW : :: c_int = 0x8 ;
10501052
10511053pub const Q_GETFMT : :: c_int = 0x800004 ;
10521054pub const Q_GETINFO : :: c_int = 0x800005 ;
@@ -1062,8 +1064,6 @@ pub const QIF_USAGE: u32 = 10;
10621064pub const QIF_TIMES : u32 = 48 ;
10631065pub const QIF_ALL : u32 = 63 ;
10641066
1065- pub const MNT_FORCE : :: c_int = 0x1 ;
1066-
10671067pub const Q_SYNC : :: c_int = 0x800001 ;
10681068pub const Q_QUOTAON : :: c_int = 0x800002 ;
10691069pub const Q_QUOTAOFF : :: c_int = 0x800003 ;
You can’t perform that action at this time.
0 commit comments