diff options
Diffstat (limited to 'system/include/compat/xlocale.h')
-rw-r--r-- | system/include/compat/xlocale.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/include/compat/xlocale.h b/system/include/compat/xlocale.h index 4bafa27d..52b9b26a 100644 --- a/system/include/compat/xlocale.h +++ b/system/include/compat/xlocale.h @@ -9,13 +9,11 @@ extern "C" { long long strtoll_l(const char *start, char **end, int base, locale_t loc); unsigned long long strtoull_l(const char *start, char **end, int base, locale_t loc); -double strtold_l(const char *start, char **end, locale_t loc); +long double strtold_l(const char *start, char **end, locale_t loc); #ifdef __cplusplus } #endif -#include_next <xlocale.h> - #endif /* _COMPAT_XLOCALE_H_ */ |