1
0
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:
Florian Weimer
2017-08-13 21:11:47 +02:00
parent e1d2ae8d21
commit 52bcdf267b
3 changed files with 15 additions and 15 deletions

View File

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