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.
2 parents c4a4294 + a5b89d3 commit f8dae7dCopy full SHA for f8dae7d
src/unix/linux_like/linux/musl/b64/s390x.rs
@@ -98,7 +98,6 @@ cfg_if! {
98
}
99
100
pub const VEOF: usize = 4;
101
-pub const RTLD_DEEPBIND: c_int = 0x8;
102
103
pub const EUCLEAN: c_int = 117;
104
pub const ENOTNAM: c_int = 118;
@@ -134,7 +133,6 @@ pub const O_NOCTTY: c_int = 256;
134
133
pub const O_SYNC: c_int = 1052672;
135
pub const O_RSYNC: c_int = 1052672;
136
pub const O_DSYNC: c_int = 4096;
137
-pub const O_FSYNC: c_int = 0x101000;
138
pub const O_DIRECT: c_int = 0x4000;
139
pub const O_DIRECTORY: c_int = 0x10000;
140
pub const O_NOFOLLOW: c_int = 0x20000;
0 commit comments