m68k: name pthread_attr_t union
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 26 Feb 2012 19:10:50 +0000 (20:10 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 26 Feb 2012 19:40:48 +0000 (20:40 +0100)
ChangeLog.m68k
sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h

index 3f5d331..172594c 100644 (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.
 
index 832609d..7edd28e 100644 (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;