mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
m68k: fix name of pthread_attr_t union
This commit is contained in:
parent
2abba740a9
commit
d735f8d4f0
@ -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>
|
2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Name
|
* sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Name
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
typedef unsigned long int pthread_t;
|
typedef unsigned long int pthread_t;
|
||||||
|
|
||||||
|
|
||||||
typedef union __pthread_attr
|
typedef union pthread_attr_t
|
||||||
{
|
{
|
||||||
char __size[__SIZEOF_PTHREAD_ATTR_T];
|
char __size[__SIZEOF_PTHREAD_ATTR_T];
|
||||||
long int __align;
|
long int __align;
|
||||||
|
Loading…
Reference in New Issue
Block a user