Bug 14113 - [hppa] PA bits/pthreadtypes.h uses plain aligned attributes
Summary: [hppa] PA bits/pthreadtypes.h uses plain aligned attributes
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: nptl (show other bugs)
Version: 2.15
: P2 normal
Target Milestone: ---
Assignee: Carlos O'Donell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 21:29 UTC by Joseph Myers
Modified: 2015-07-30 14:06 UTC (History)
4 users (show)

See Also:
Host: hppa*-*-linux*
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-15 21:29:14 UTC
In three places, sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h uses __attribute__ ((aligned(16))); that should be __aligned__ since "aligned" is in the user's namespace.