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 6faa6d3 commit a5b89d3Copy full SHA for a5b89d3
src/unix/linux_like/linux/musl/b64/s390x.rs
@@ -133,7 +133,6 @@ pub const O_NOCTTY: c_int = 256;
133
pub const O_SYNC: c_int = 1052672;
134
pub const O_RSYNC: c_int = 1052672;
135
pub const O_DSYNC: c_int = 4096;
136
-pub const O_FSYNC: c_int = 0x101000;
137
pub const O_DIRECT: c_int = 0x4000;
138
pub const O_DIRECTORY: c_int = 0x10000;
139
pub const O_NOFOLLOW: c_int = 0x20000;
0 commit comments