musl/arch
Rich Felker 573a4d2d59 fix x32 msghdr struct by removing x32 bits/socket.h
being that it contains pointers and (from the kernel perspective,
which is wrong) size_t members, x32 uses the 32-bit version of the
structure, not a half-32-bit, half-64-bit layout like we had here. the
x86_64 definition was inadvertently copied when x32 was first added.

unlike errors in the opposite direction (missing padding), this error
was not easily detected breakage, because the layout of the commonly
used initial subset of members still matched. breakage could only be
observed in the presence of control messages or flags.
2019-11-02 18:30:56 -04:00
..
aarch64 move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
arm move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
generic define LONG_MAX via arch alltypes.h, strip down bits/limits.h 2019-10-17 19:23:39 -04:00
i386 move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
m68k add missing m68k user.h/procfs.h regset types 2019-10-28 15:56:50 -04:00
microblaze move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
mips move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
mips64 move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
mipsn32 move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
or1k move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
powerpc use struct pt_regs * rather than void * for powerpc[64] sigcontext regs 2019-10-19 15:53:43 -04:00
powerpc64 use struct pt_regs * rather than void * for powerpc[64] sigcontext regs 2019-10-19 15:53:43 -04:00
riscv64 move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
s390x move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
sh move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00
x32 fix x32 msghdr struct by removing x32 bits/socket.h 2019-11-02 18:30:56 -04:00
x86_64 move pthread types out of per-arch alltypes.h 2019-10-17 19:35:17 -04:00