m68k: name pthread_attr_t union

This commit is contained in:
Andreas Schwab 2012-02-26 20:10:50 +01:00
parent 397c66b465
commit 2abba740a9
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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;