musl/arch
Rich Felker e3ebe7db5d use int instead of long for ptrdiff_t on all 32-bit archs
this is needed to match the underlying "ABI" standards. it's not
really an ABI issue since the binary representations are the same, but
having the wrong type can lead to errors when the type arising from a
difference-of-pointers expression does not match the defined type of
ptrdiff_t. most of the problems affect C++, not C.
2012-08-10 15:13:26 -04:00
..
arm use int instead of long for ptrdiff_t on all 32-bit archs 2012-08-10 15:13:26 -04:00
i386 use int instead of long for ptrdiff_t on all 32-bit archs 2012-08-10 15:13:26 -04:00
mips fix incorrect ptrdiff_t type on mips 2012-08-10 14:59:20 -04:00
x86_64 add defines for number of sigset_t bytes syscalls expect 2012-08-09 21:35:19 -04:00