platform_bionic/libc/stdlib
Pavel Chupin 50282f72bb Add lconv declaration and localeconv(3)
lconv is taken from ndk/sources/android/support/include/locale.h and
matches
bsd/glibc upstream.
Keep old declaration for 32-bits for compatibility.
localeconv.c and deps are taken from openbsd upstream.
Changed strtod.c accordingly.

Change-Id: I9fcc4d15f5674d192950d80edf26f36006cd31b4
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-28 11:15:03 +00:00
..
atexit.c Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
atexit.h stdlib: atexit: include <sys/cdefs.h> 2013-02-16 21:23:27 +05:30
ctype_.c Make ctype.h a little less unhygienic. 2013-08-13 14:30:59 -07:00
ctype_private.h Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
getenv.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
putenv.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
setenv.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strtod.c Add lconv declaration and localeconv(3) 2014-03-28 11:15:03 +00:00