1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.

(strtold): Remove weak alias.
	* stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
	(strtof): Remove weak alias.
This commit is contained in:
Roland McGrath
1995-03-16 07:21:33 +00:00
parent f0bf9cb92c
commit c45e5aa9a4
3 changed files with 6 additions and 6 deletions

View File

@ -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)