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
The Linux kernel only defines MAP_32BIT in the asm/mman.h header
on x86. Remove the erraneous definitions for any other architectures
on Linux targets.
See https://github.com/torvalds/linux/blob/master/arch/x86/include/uapi/asm/mman.h#L5
This makes libc-test somewhat compile on powerpc64le musl.
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
0 commit comments