musl/arch
Rich Felker cee45f9cb2 fix size of mips jmp_buf
the excess space was unused and unintentional. this change does not
affect the ABI between applications and libc. while it does
theoretically affect linkage between third-party translation units
using jmp_buf as part of a structure, we've already changed jmp_buf at
least once on all archs, and problems were never observed, likely
because such usage would be very unusual. in any case it's best to get
things right now rather than making changes sometime during the 1.0.x
series or later.
2014-03-18 21:52:24 -04:00
..
arm move struct semid_ds to from shared sys/sem.h to bits 2014-03-11 15:27:13 -04:00
i386 move struct semid_ds to from shared sys/sem.h to bits 2014-03-11 15:27:13 -04:00
microblaze move struct semid_ds to from shared sys/sem.h to bits 2014-03-11 15:27:13 -04:00
mips fix size of mips jmp_buf 2014-03-18 21:52:24 -04:00
powerpc fix socket.h struct msghdr member types on powerpc 2014-03-11 17:21:38 -04:00
sh superh: fix dynamic linking of __fpscr_values 2014-03-16 16:17:28 -05:00
x32 x32: fix struct statfs 2014-03-17 22:34:55 +01:00
x86_64 move struct semid_ds to from shared sys/sem.h to bits 2014-03-11 15:27:13 -04:00