about summary refs log tree commit diff
path: root/stdlib/strtof.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtof.c')
-rw-r--r--stdlib/strtof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtof.c b/stdlib/strtof.c
index 1d1c41f46a..8692a3ac8f 100644
--- a/stdlib/strtof.c
+++ b/stdlib/strtof.c
@@ -5,6 +5,6 @@
 #define	FLT		FLT
 #define	STRTOF		strtof
 #define	MPN2FLOAT	__mpn_construct_float
-#define	FLOAT_HUGE_VAL	HUGE_VALf
+#define	FLOAT_HUGE_VAL	HUGE_VALF
 
 #include "strtod.c"