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 9469613 + 4d473b2 commit 3b808cfCopy full SHA for 3b808cf
src/unix/linux_like/linux/musl/b64/s390x.rs
@@ -145,6 +145,7 @@ pub const ETIMEDOUT: ::c_int = 110;
145
pub const O_APPEND: ::c_int = 1024;
146
pub const O_CREAT: ::c_int = 64;
147
pub const O_EXCL: ::c_int = 128;
148
+pub const O_LARGEFILE: ::c_int = 0x8000;
149
pub const O_NONBLOCK: ::c_int = 2048;
150
pub const SA_NOCLDWAIT: ::c_int = 2;
151
pub const SA_ONSTACK: ::c_int = 0x08000000;
0 commit comments