mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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 float
|
||||
#define FLT FLT
|
||||
#define STRTOF __strtof
|
||||
#define STRTOF strtof
|
||||
#define MPN2FLOAT __mpn_construct_float
|
||||
#define FLOAT_HUGE_VAL HUGE_VALf
|
||||
#define IMPLICIT_ONE 1
|
||||
|
||||
#include "strtod.c"
|
||||
|
||||
weak_alias (__strtof, strtof)
|
||||
|
Reference in New Issue
Block a user