musl/arch/arm
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
..
bits use int instead of long for ptrdiff_t on all 32-bit archs 2012-08-10 15:13:26 -04:00
atomic.h remove little-endian assumption from arm atomic.h 2012-07-08 00:05:08 -04:00
pthread_arch.h use __attribute__((const)) on arm __pthread_self function 2012-02-25 02:52:18 -05:00
reloc.h typo (copy 2) in arm reloc.h 2011-10-01 00:55:16 -04:00