Bug 14109 - Plain "aligned" attributes in installed headers
Summary: Plain "aligned" attributes in installed headers
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.15
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-14 19:50 UTC by Joseph Myers
Modified: 2014-06-25 11:00 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.