You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments