Commit ad894ac
committed
Auto merge of #3140 - sunfishcode:sunfishcode/map-sync-sock-seqpacket, r=JohnTitor
Fix `SOCK_SEQPACKET` and `MAP_SYNC` on musl powerpc and s390.
- On powerpc musl, add definitions for `MAP_HUGETLB` and `MAP_SYNC`.
- On powerpc64 musl, add a definition for `SOCK_SEQPACKET`.
- On s390x musl, add definitions for `SOCK_SEQPACKET` and `MAP_SYNC`.
- On mips, just move the existing `MAP_HUGETLB` definition to be near the other `MAP_*` constants.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