Commit 70b7015
committed
Fix
- On powerpc musl, add definitions for `MAP_HUGETLB` and `MAP_SYNC`.
- On s390x musl, add a definition `MAP_SYNC`.
- On mips, just move the existing `MAP_HUGETLB` definition to be near
the other `MAP_*` constants.MAP_SYNC on musl powerpc and s390.1 parent da4f8f8 commit 70b7015
File tree
3 files changed
+4
-2
lines changed- src/unix/linux_like/linux/musl
- b32
- mips
- b64
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
| |||
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
385 | | - | |
386 | | - | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
0 commit comments