From 52bcdf267b2c97c90852f1598c8c29d0494cb3b5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 13 Aug 2017 21:11:47 +0200 Subject: Remove internal_function attribute from string-to-float functions These are called across DSO boundaries and should therefore use the standard calling convention. --- stdlib/strtod_nan_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/strtod_nan_main.c b/stdlib/strtod_nan_main.c index 96b788cb1e..9f7dd14ad2 100644 --- a/stdlib/strtod_nan_main.c +++ b/stdlib/strtod_nan_main.c @@ -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) { -- cgit v1.2.3