musl/arch
Rich Felker 5e642b5a23 change underlying type of clock_t to be uniform and match ABI
previously we were using an unsigned type on 32-bit systems so that
subtraction would be well-defined when it wrapped, but since wrapping
is non-conforming anyway (when clock() overflows, it has to return -1)
the only use of unsigned would be to buy a little bit more time before
overflow. this does not seem worth having the type vary per-arch
(which leads to more arch-specific bugs) or disagree with the ABI musl
(mostly) follows.
2013-05-23 20:38:51 -04:00
..
arm change underlying type of clock_t to be uniform and match ABI 2013-05-23 20:38:51 -04:00
i386 change underlying type of clock_t to be uniform and match ABI 2013-05-23 20:38:51 -04:00
microblaze change underlying type of clock_t to be uniform and match ABI 2013-05-23 20:38:51 -04:00
mips change underlying type of clock_t to be uniform and match ABI 2013-05-23 20:38:51 -04:00
powerpc change underlying type of clock_t to be uniform and match ABI 2013-05-23 20:38:51 -04:00
x86_64 add FLT_TRUE_MIN, etc. macros from C11 2013-05-17 18:38:42 -04:00