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] Use __unused.0 instead of __unused for user visible struct members


On 11/26/2013 09:09 AM, Joseph S. Myers wrote:
> On Tue, 26 Nov 2013, Carlos O'Donell wrote:
> 
>> * The public and private headers no longer use __unused nor __block.  This
> 
> Nothing should have changed in private headers, only installed headers.

My mistake, fixed.

I thought we touched some private headers, but after review it appears we
didn't change any.

However, just to be clear the consensus was that any use of __unused or
__block could be changed in any header, public or private, to __glibc_*.

Not because it was required since the private header would never be exposed,
but just to make review easier.

That is to say if someone posted a private header change using __glibc_*
it would not be rejected.

Cheers,
Carlos.
 


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