Bug 14109

Summary: Plain "aligned" attributes in installed headers
Product: glibc Reporter: Joseph Myers <jsm28>
Component: libcAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED FIXED    
Severity: normal CC: drepper.fsp
Priority: P2 Flags: fweimer: security-
Version: 2.15   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Joseph Myers 2012-05-14 19:50:12 UTC
Some installed headers use "aligned" instead of "__aligned__" in attributes; they should use __aligned__ to avoid taking the identifier "aligned" from the user's namespace.  I'll send a patch.
Comment 1 Joseph Myers 2012-05-15 21:30:19 UTC
Fixed by:

commit cc03b29695152a0223c2f34e147181702e1d3e61
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 15 21:26:09 2012 +0000

    Avoid plain "aligned" attributes in installed headers.

Bug 14113 filed for the remaining PA cases in ports.