From: Joseph Myers Date: Sun, 26 Feb 2012 19:39:00 +0000 (+0000) Subject: ARM: name pthread_attr_t union. X-Git-Tag: upstream/2.20~3636^2~240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ba6eb7c8ac8f884bec5633e843fca25f01590e4;p=platform%2Fupstream%2Flinaro-glibc.git ARM: name pthread_attr_t union. --- diff --git a/ChangeLog.arm b/ChangeLog.arm index 9eef7e7..7d23c11 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,8 @@ +2012-02-26 Joseph Myers + + * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Name + pthread_attr_t union. + 2012-02-17 Aurelien Jarno * sysdeps/arm/libm-test-ulps: Adjust ULPs for jn tests. diff --git a/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h index e1b115c..c75a506 100644 --- a/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h +++ b/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h @@ -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;