]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ARM: name pthread_attr_t union.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 26 Feb 2012 19:39:00 +0000 (19:39 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 26 Feb 2012 19:39:00 +0000 (19:39 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h

index 9eef7e7d6219257042a82fcb9e4af85856f638b0..7d23c114e68ff6c1cb8a54096569797c700521f5 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Name
+       pthread_attr_t union.
+
 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
 
        * sysdeps/arm/libm-test-ulps: Adjust ULPs for jn tests.
index e1b115c8ca1d98acbb2d35a2c2a2321412c0933e..c75a506e183fe26cef7d9f43348eb8c4bfb14c08 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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;