OSDN Git Service

Declare localeconv() in <locale.h>
authorDavid 'Digit' Turner <digit@google.com>
Fri, 29 Oct 2010 00:39:11 +0000 (17:39 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Fri, 29 Oct 2010 00:39:11 +0000 (17:39 -0700)
commit10795d840b0991fd6150475803610b125d4ea262
tree961c4c590eb2dea9f09af0b3648f6472c1ee404b
parent5a2fb6ce286411e85c5be8f1219d532e222882da
Declare localeconv() in <locale.h>

The function is not implemented by our C library, but it is not
possible to build GNU libstdc++-v3 if the declaration is not part
of this header.

Change-Id: Iff6fa63465dde0d4e38c0f91709475bb35b31af9
ndk/platforms/android-3/include/locale.h