This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Use __unused.0 instead of __unused for user visible struct members
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: OndÅej BÃlka <neleai at seznam dot cz>
- Cc: Justin Cormack <justin at specialbusservice dot com>, "Joseph S. Myers" <joseph at codesourcery dot com>, libc-alpha at sourceware dot org, Meador Inge <meadori at codesourcery dot com>
- Date: Tue, 26 Nov 2013 09:02:51 -0500
- Subject: Re: [PATCH] Use __unused.0 instead of __unused for user visible struct members
- Authentication-results: sourceware.org; auth=none
- References: <CAK4o1WzkMk8nV2jzM38peutbMWuKBPTeh5dbfwSiDhankAT=Yw at mail dot gmail dot com> <Pine dot LNX dot 4 dot 64 dot 1310281328500 dot 25699 at digraph dot polyomino dot org dot uk> <CAK4o1WxO9=qbKUiJtZtS+Q9Wyo8EfNrO_H8=J_w=zcQP822Dvw at mail dot gmail dot com> <20131105135404 dot GA20687 at domone dot podge> <528303CA dot 3050901 at redhat dot com> <20131113110951 dot GA2926 at domone dot podge> <5283AF16 dot 9010407 at redhat dot com> <CAK4o1Wz+HbUfJe_F4ZMmz_fVpMUaOBhXrL=uN_GjTBFugr+ZkA at mail dot gmail dot com> <5293C0B2 dot 80003 at redhat dot com> <20131126113331 dot GA18699 at domone dot podge>
On 11/26/2013 06:33 AM, OndÅej BÃlka wrote:
>> Justin,
>>
>> Thanks. I've added you to the EditorGroup so you can change
>> the wiki, but given that I've checked in the __block fixes for Clang's
>> -fblock extension I'd already added a paragraph about this. Thus I
>> don't think there is anything else to do but checkin the patch.
>>
>> Ondrej,
>>
>> Would you like to check this in? Otherwise I can do it.
>>
> Sure, I pushed that now. I was occupied by other things last week.
Awesome thanks!
I added this to NEWS:
* The public and private headers no longer use __unused nor __block. This
change is to support compiling programs that are derived from BSD sources
and use __unused internally, and to support compiling with Clang's -fblock
extension which uses __block.
Cheers,
Carlos.