Fix following error when building fish on device with Android 9: src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'? return wcstod_l(s, end, fish_c_locale());
Fix following error when building fish on device with Android 9: src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'? return wcstod_l(s, end, fish_c_locale());