Skip to content

Commit 3b808cf

Browse files
committed
Auto merge of #3262 - nekopsykose:s390x-largefile, r=JohnTitor
s390x-musl: define O_LARGEFILE constant from https://git.musl-libc.org/cgit/musl/tree/arch/s390x/bits/fcntl.h?id=4b125dd408d54487dc8843b9553502aa0c4167f8#n16 it's a nop as noted in 75ac488, but afaik we should still expose the symbol(?)
2 parents 9469613 + 4d473b2 commit 3b808cf

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/b64/s390x.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ pub const ETIMEDOUT: ::c_int = 110;
145145
pub const O_APPEND: ::c_int = 1024;
146146
pub const O_CREAT: ::c_int = 64;
147147
pub const O_EXCL: ::c_int = 128;
148+
pub const O_LARGEFILE: ::c_int = 0x8000;
148149
pub const O_NONBLOCK: ::c_int = 2048;
149150
pub const SA_NOCLDWAIT: ::c_int = 2;
150151
pub const SA_ONSTACK: ::c_int = 0x08000000;

0 commit comments

Comments
 (0)