Commit 3190d46
committed
Auto merge of #3100 - cppcoffee:master, r=JohnTitor
uclibc/mips: add missing MAP_HUGETLB constant
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
This add the MAP_HUGETLB constant on Linux and uclibc.
It is defined as part of the uclibc in mman.h:
https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/libc/sysdeps/linux/mips/bits/mman.h#n351 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
0 commit comments