aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/include/compat/xlocale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/compat/xlocale.h b/system/include/compat/xlocale.h
index c0091164..52b9b26a 100644
--- a/system/include/compat/xlocale.h
+++ b/system/include/compat/xlocale.h
@@ -9,7 +9,7 @@ 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
}