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 4928bd9 commit ea3b319Copy full SHA for ea3b319
src/unix/bsd/mod.rs
@@ -215,9 +215,9 @@ pub const O_NDELAY: ::c_int = O_NONBLOCK;
215
pub const F_GETOWN: ::c_int = 5;
216
pub const F_SETOWN: ::c_int = 6;
217
218
-pub const F_RDLCK: ::c_short = 1
219
-pub const F_UNLCK: ::c_short = 2
220
-pub const F_WRLCK: ::c_short = 3
+pub const F_RDLCK: ::c_short = 1;
+pub const F_UNLCK: ::c_short = 2;
+pub const F_WRLCK: ::c_short = 3;
221
222
pub const MNT_FORCE: ::c_int = 0x80000;
223
0 commit comments