summaryrefslogtreecommitdiff
path: root/stdlib/strtold.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtold.c')
-rw-r--r--stdlib/strtold.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/strtold.c b/stdlib/strtold.c
index da9bd57f7f..6388cb904d 100644
--- a/stdlib/strtold.c
+++ b/stdlib/strtold.c
@@ -3,11 +3,9 @@
#define FLOAT long double
#define FLT LDBL
-#define STRTOF __strtold
+#define STRTOF strtold
#define MPN2FLOAT __mpn_construct_long_double
#define FLOAT_HUGE_VAL HUGE_VALl
#define IMPLICIT_ONE 0 /* XXX for i387 extended format */
#include "strtod.c"
-
-weak_alias (__strtold, strtold)