fix signedness of WINT_MIN expression
authorRich Felker <dalias@aerifal.cx>
Wed, 17 Dec 2014 21:52:37 +0000 (16:52 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 30 Mar 2015 05:41:33 +0000 (01:41 -0400)
commit2c61720d971b403dfd1e500d6efdfeaf54eb411a
tree3d43ec39c7a4eba539831ca2bdb9b1117aa6ce9a
parent0d418ce688da6bc80073539f372be84faf7139d1
fix signedness of WINT_MIN expression

since wint_t is unsigned, WINT_MIN needs to expand to an unsigned zero.

(cherry picked from commit aee9b1526247f74e9b755b50e102b3b4ce2aac1d)
include/stdint.h