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 2d5b81a commit de07194Copy full SHA for de07194
src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
@@ -124,7 +124,6 @@ pub const O_NONBLOCK: c_int = 2048;
124
pub const O_SYNC: c_int = 1052672;
125
pub const O_RSYNC: c_int = 1052672;
126
pub const O_DSYNC: c_int = 4096;
127
-pub const O_FSYNC: c_int = 1052672;
128
pub const MAP_GROWSDOWN: c_int = 256;
129
pub const EDEADLK: c_int = 35;
130
pub const ENAMETOOLONG: c_int = 36;
0 commit comments