OSDN Git Service

- Add strtouq alias (to strtoul) for 64bit
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 25 Mar 2009 20:28:19 +0000 (20:28 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 25 Mar 2009 20:28:19 +0000 (20:28 -0000)
commit6886887bc86e99d4db9befb7881be804fa758312
tree5c36b3d4fe3e8dc5f75a058d29a48a2ecbcd5afc
parent8b49628cd458f9a87e376e75ee4a24373842f945
- Add strtouq alias (to strtoul) for 64bit

The strtouq alias was only available on 32bit, breaking compilation of stuff
using strtouq on 64bit machines. At the same time use the correct return
type (u_quad_t).

Signed-of-by: Peter Korsgaard <jacmet@sunsite.dk>
include/stdlib.h
libc/stdlib/stdlib.c