mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* stdlib/strtod.c: Likewise.
This commit is contained in:
@ -1167,12 +1167,12 @@ INTERNAL (STRTOF) (nptr, endptr, group)
|
||||
/* External user entry point. */
|
||||
|
||||
FLOAT
|
||||
#ifdef weak_function
|
||||
weak_function
|
||||
#endif
|
||||
STRTOF (nptr, endptr)
|
||||
const STRING_TYPE *nptr;
|
||||
STRING_TYPE **endptr;
|
||||
{
|
||||
return INTERNAL (STRTOF) (nptr, endptr, 0);
|
||||
}
|
||||
|
||||
#define weak_this(x) weak_symbol(x)
|
||||
weak_this (STRTOF)
|
||||
|
Reference in New Issue
Block a user