commit | 3c5037f1b3b747e79d17a5f717d9f9c365132d33 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Sep 23 15:32:24 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Sep 23 15:32:24 2014 -0700 |
tree | 73805e82ebef155bd7ffb45cf826f9624c47799b | |
parent | 87b6906f6e0c17b2541535be8e054324cc2fef4a [diff] |
Fix incorrect parameter types for locale funcs. strtoll(3), strtoull(3), wcstoll(3), and wcstoull(3) all take an _int_ as a base, not a size_t. This is an ABI compatibility issue. Bug: 17628622 Change-Id: I17f8eead34ce2112005899fc30162067573023ec