Skip to content

Commit 60a445c

Browse files
committed
Remove O_FSYNC, musl don't define it. Use O_SYNC instead.
1 parent 5c778ef commit 60a445c

File tree

1 file changed

+0
-1
lines changed
  • src/unix/linux_like/linux/musl/b32/riscv32

1 file changed

+0
-1
lines changed

src/unix/linux_like/linux/musl/b32/riscv32/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ pub const O_NONBLOCK: c_int = 2048;
124124
pub const O_SYNC: c_int = 1052672;
125125
pub const O_RSYNC: c_int = 1052672;
126126
pub const O_DSYNC: c_int = 4096;
127-
pub const O_FSYNC: c_int = 1052672;
128127
pub const MAP_GROWSDOWN: c_int = 256;
129128
pub const EDEADLK: c_int = 35;
130129
pub const ENAMETOOLONG: c_int = 36;

0 commit comments

Comments
 (0)