aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strfmon_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strfmon_l.c')
-rw-r--r--stdlib/strfmon_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strfmon_l.c b/stdlib/strfmon_l.c
index 69ca9d5d3b..98554dfe80 100644
--- a/stdlib/strfmon_l.c
+++ b/stdlib/strfmon_l.c
@@ -100,7 +100,7 @@ __vstrfmon_l (char *s, size_t maxsize, locale_t loc, const char *format,
union
{
double dbl;
- __long_double_t ldbl;
+ long double ldbl;
}
fpnum;
int int_format;