fix incorrect overflow errors on strtoul, etc.
authorRich Felker <dalias@aerifal.cx>
Tue, 6 Sep 2011 02:23:06 +0000 (22:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 6 Sep 2011 02:23:06 +0000 (22:23 -0400)
commit96cea94ad258be262ecf15b33d13cf775e59720d
tree533a76158ab9473da5d0017d73e28105680f663e
parent5989dde3459b2ccd304f89e3e875136e5608b8ff
fix incorrect overflow errors on strtoul, etc.
src/stdlib/strtoul.c
src/stdlib/strtoull.c
src/stdlib/wcstoul.c
src/stdlib/wcstoull.c