Commit b5134b8
committed
Auto merge of #3058 - cppcoffee:uclibc, r=JohnTitor
uclibc/mips: add O_NOATIME & O_PATH constant
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
This adds the O_NOATIME & O_PATH 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?id=9efce41dd3bb5d721a5b771931126f32a85e1958#n56
https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/libc/sysdeps/linux/mips/bits/fcntl.h?id=9efce41dd3bb5d721a5b771931126f32a85e1958#n571 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments