m68k: fix name of pthread_attr_t union

This commit is contained in:
Andreas Schwab 2012-02-27 14:57:16 +01:00
parent 2abba740a9
commit d735f8d4f0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
(pthread_attr_t): Fix name of union.
2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Name

View File

@ -38,7 +38,7 @@
typedef unsigned long int pthread_t;
typedef union __pthread_attr
typedef union pthread_attr_t
{
char __size[__SIZEOF_PTHREAD_ATTR_T];
long int __align;