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 0/4] Move wrappers to libm-compat-calls-auto


On Wed, 21 Dec 2016, Zack Weinberg wrote:

> After this change, is the w_ prefix on these filenames still
> meaningful?  If not, please remove it at the same time.

They are still wrappers (and the new type-generic wrappers used for 
float128 are still wrappers, just ones that set errno directly without 
supporting the obsolescent _LIB_VERSION / matherr / __kernel_standard, 
which we don't want supported in any new interfaces).  The prefix seems 
just as meaningful; you need to distinguish the wrappers and the main 
(e_*) implementation.

-- 
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]