mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove internal_function attribute from string-to-float functions
These are called across DSO boundaries and should therefore use the standard calling convention.
This commit is contained in:
@ -29,7 +29,6 @@
|
||||
return a default NAN. If ENDPTR is not NULL, set *ENDPTR to point
|
||||
to the character after the initial n-char-sequence. */
|
||||
|
||||
internal_function
|
||||
FLOAT
|
||||
STRTOD_NAN (const STRING_TYPE *str, STRING_TYPE **endptr, STRING_TYPE endc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user