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:
@ -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)
|
||||
|
Reference in New Issue
Block a user