about summary refs log tree commit diff
path: root/arch/x86_64
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-12-21 02:30:29 -0500
committerRich Felker <dalias@aerifal.cx>2014-12-21 02:30:29 -0500
commitdac4fc49ae3ccb40bae4ef00fb2d93027f4ee9e1 (patch)
tree70c0f050d783e254ff90e95b3e41e00f2750be85 /arch/x86_64
parent814aae20093879dec36df0302febbafae2a66778 (diff)
downloadmusl-dac4fc49ae3ccb40bae4ef00fb2d93027f4ee9e1.tar.gz
musl-dac4fc49ae3ccb40bae4ef00fb2d93027f4ee9e1.tar.xz
musl-dac4fc49ae3ccb40bae4ef00fb2d93027f4ee9e1.zip
fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level
per the rules for hexadecimal integer constants, the previous
definitions were correctly treated as having unsigned type except
possibly when used in preprocessor conditionals, where all artithmetic
takes place as intmax_t or uintmax_t. the explicit 'u' suffix ensures
that they are treated as unsigned in all contexts.
Diffstat (limited to 'arch/x86_64')
0 files changed, 0 insertions, 0 deletions