Commit f4d5a66
committed
Auto merge of rust-lang#3088 - cppcoffee:largefile, r=JohnTitor
uclibc/mips: add missing O_LARGEFILE constant
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
This add the O_LARGEFILE constant on Linux and uclibc.
It is defined as part of the uclibc in fcntl.h:
https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/libc/sysdeps/linux/mips/bits/fcntl.h#n731 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments