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] fix gamma symbol for static linking and new targets


On Mon, 2 Oct 2017, Szabolcs Nagy wrote:

> i think drem is more widely used in existing code than pow10.
> 
> so i'd prefer to keep drem on new targets

That's also reasonable, though I think it would be a good idea to revisit 
such pre-C99 APIs with different names in C99 in general, and consider 
obsoleting the pre-C99 names (more generally, __USE_MISC APIs may well be 
appropriate for obsoletion where there is a clear standard replacement 
even if not an exact alias).  (There are other cases of such pre-C99 names 
in glibc, e.g. strtoq.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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