]> sourceware.org Git - glibc.git/commitdiff
Fix name mangling of pthread_attr_t after change
authorUlrich Drepper <drepper@gmail.com>
Mon, 27 Feb 2012 02:42:53 +0000 (21:42 -0500)
committerUlrich Drepper <drepper@gmail.com>
Mon, 27 Feb 2012 02:42:53 +0000 (21:42 -0500)
nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/bits/siginfo.h
sysdeps/unix/sysv/linux/s390/bits/siginfo.h
sysdeps/unix/sysv/linux/sparc/bits/siginfo.h

index 1ce0bd07367cb18433494a3bd07f79129a75d196..b764d06413c2158f8845f568317b27823449da59 100644 (file)
@@ -35,7 +35,7 @@
 typedef unsigned long int pthread_t;
 
 
-union __pthread_attr
+union pthread_attr_t
 {
   char __size[__SIZEOF_PTHREAD_ATTR_T];
   long int __align;
index 1761bf03b00dda71fc596f21d78fb7bc8bc0e056..640605fb9cee5bfe5216bf33fc3b4feb789de6c8 100644 (file)
@@ -49,7 +49,7 @@
 typedef unsigned long int pthread_t;
 
 
-union __pthread_attr
+union pthread_attr_t
 {
   char __size[__SIZEOF_PTHREAD_ATTR_T];
   long int __align;
index c64b14f7cd51a64a20c5195c26e8fa510c626618..ce5723507b29a8d29e5363db1b3a294e2db5dedd 100644 (file)
@@ -48,7 +48,7 @@
 typedef unsigned long int pthread_t;
 
 
-union __pthread_attr
+union pthread_attr_t
 {
   char __size[__SIZEOF_PTHREAD_ATTR_T];
   long int __align;
index a1ef92b5ad316a40de2531ab6d251e92a8dc145a..633d3c3bf99504321eb413d69947bbc2b823a2f2 100644 (file)
@@ -37,7 +37,7 @@
 typedef unsigned long int pthread_t;
 
 
-union __pthread_attr
+union pthread_attr_t
 {
   char __size[__SIZEOF_PTHREAD_ATTR_T];
   long int __align;
index 60f5d4d40993a656e3af0b3aeefbeeeeef67d355..dbefd9813bc1425f83ab42f376a11bf86f8b7e3f 100644 (file)
@@ -49,7 +49,7 @@
 typedef unsigned long int pthread_t;
 
 
-union __pthread_attr
+union pthread_attr_t
 {
   char __size[__SIZEOF_PTHREAD_ATTR_T];
   long int __align;
index 0b0f9393f7b4033d4681921ed70a2248df7c8484..a83ab372901b219897c3340983f091a53ae64041 100644 (file)
@@ -48,7 +48,7 @@
 typedef unsigned long int pthread_t;
 
 
-union __pthread_attr
+union pthread_attr_t
 {
   char __size[__SIZEOF_PTHREAD_ATTR_T];
   long int __align;
index 08713fcd64a2c04bf51640efa40ab561ef2ae8ff..d68a493e66741d74cf08a9f64121dd592df3e205 100644 (file)
@@ -271,7 +271,7 @@ enum
 
 /* Forward declaration.  */
 # ifndef __have_pthread_attr_t
-typedef union __pthread_attr pthread_attr_t;
+typedef union pthread_attr_t pthread_attr_t;
 #  define __have_pthread_attr_t        1
 # endif
 
index 4b717947adc6cf1612a317e5009afbc8caa88bc0..baa989195b8e36669d92ea3a061cc2a7a65ae1ed 100644 (file)
@@ -273,7 +273,7 @@ enum
 
 /* Forward declaration.  */
 # ifndef __have_pthread_attr_t
-typedef union __pthread_attr pthread_attr_t;
+typedef union pthread_attr_t pthread_attr_t;
 #  define __have_pthread_attr_t        1
 # endif
 
index 5e12da4bf1db66fe55e87669187c8ef8817dac85..4ce1bbfda5c9e48ea82602ea7aac7924804ad443 100644 (file)
@@ -280,7 +280,7 @@ enum
 
 /* Forward declaration.  */
 # ifndef __have_pthread_attr_t
-typedef union __pthread_attr pthread_attr_t;
+typedef union pthread_attr_t pthread_attr_t;
 #  define __have_pthread_attr_t        1
 # endif
 
This page took 0.05852 seconds and 5 git commands to generate.