From 2abba740a95273470ffc104979a193c8a9600990 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 26 Feb 2012 20:10:50 +0100 Subject: [PATCH] m68k: name pthread_attr_t union --- ChangeLog.m68k | 3 +++ sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.m68k b/ChangeLog.m68k index 3f5d331..172594c 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,5 +1,8 @@ 2012-02-26 Andreas Schwab + * 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. diff --git a/sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h index 832609d..7edd28e 100644 --- a/sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h +++ b/sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h @@ -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 , 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; -- 2.7.4