This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove internal_function attribute from string-to-float functions


On Sat, Aug 12, 2017 at 02:05:20PM +0200, Florian Weimer wrote:
> These are called across DSO boundaries and should therefore use
> the standard calling convention.
> 
> 2017-08-12  Florian Weimer  <fweimer@redhat.com>
> 
> 	* include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan)
> 	(__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove
> 	internal_function.
> 	* stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise.

LGTM.

Thanks.

H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]