Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | libc: fix strtoq | Natanael Copa | |
strtoq should always return a quad_t and be an alias of strtol on 64 bit and strtoll on 32 bit. Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> |