mirror of git://sourceware.org/git/glibc.git
m68k: name pthread_attr_t union
This commit is contained in:
parent
397c66b465
commit
2abba740a9
|
@ -1,5 +1,8 @@
|
|||
2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Name
|
||||
pthread_attr_t union.
|
||||
|
||||
* sysdeps/m68k/m680x0/fpu/Makefile: Remove.
|
||||
* sysdeps/m68k/m680x0/fpu/switch: Remove directory.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2010, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
typedef unsigned long int pthread_t;
|
||||
|
||||
|
||||
typedef union
|
||||
typedef union __pthread_attr
|
||||
{
|
||||
char __size[__SIZEOF_PTHREAD_ATTR_T];
|
||||
long int __align;
|
||||
|
|
Loading…
Reference in New Issue