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 RFC] explicit_bzero, again


On Mon, 10 Aug 2015, Zack Weinberg wrote:

> > sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist also needs
> > updating.
> 
> Did that just get added, like, yesterday?  I am not sure why `find`
> didn't find it.

Because it's called libc-le.abilist not libc.abilist (to avoid the need 
for extra sysdeps directories solely for ABI baselines).

> > I think you should use __may_alias__ here (there's no reason to take the
> > symbol may_alias from the user's namespace, notwithstanding that this is
> > __USE_MISC).
> 
> I thought attribute names didn't conflict with any other namespace?

They conflict with macros.

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