Bug 14113

Summary: [hppa] PA bits/pthreadtypes.h uses plain aligned attributes
Product: glibc Reporter: Joseph Myers <jsm28>
Component: nptlAssignee: Carlos O'Donell <carlos>
Status: RESOLVED FIXED    
Severity: normal CC: carlos, drepper.fsp, roland, vapier
Priority: P2 Flags: fweimer: security-
Version: 2.15   
Target Milestone: ---   
Host: hppa*-*-linux* Target:
Build: Last reconfirmed:

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.