This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] hppa: Use generic pthread conditional variable support
- From: Florian Weimer <fweimer at redhat dot com>
- To: John David Anglin <dave dot anglin at bell dot net>, GNU C Library <libc-alpha at sourceware dot org>
- Cc: "Carlos O'Donell" <carlos at redhat dot com>, Mike Frysinger <vapier at gentoo dot org>, Helge Deller <deller at gmx dot de>
- Date: Sun, 12 Mar 2017 18:59:16 +0100
- Subject: Re: [PATCH] hppa: Use generic pthread conditional variable support
- Authentication-results: sourceware.org; auth=none
- References: <3278DDA9-61C9-44E2-9130-F625953652FA@bell.net>
On 03/12/2017 03:58 PM, John David Anglin wrote:
- int __lock __attribute__ ((__aligned__(16)));
If this reduces the type alignment from 16 to 4, that's not acceptable
because it changes application struct offsets when a condition variable
is embedded into a struct.
Thanks,
Florian