]> sourceware.org Git - glibc.git/commitdiff
Fix stray references to __pthread_attr
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2012 20:59:16 +0000 (12:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2012 20:59:16 +0000 (12:59 -0800)
* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Don't refer to non-existing
__pthread_attr.
* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.

nptl/ChangeLog
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

index d376cf0fad81f76a65a6ea8b896b026768536577..23040e463c910941e15dbed6e35430276cbdf201 100644 (file)
@@ -1,3 +1,13 @@
+2012-02-27  David S. Miller  <davem@davemloft.net>
+
+       * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Don't refer to non-existing
+       __pthread_attr.
+       * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
+
 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/pthread/pthread.h: Define __need_clockid_t for __USE_XOPEN2K.
index b764d06413c2158f8845f568317b27823449da59..5952454e60e8677170df3f971ab5c02e16f30085 100644 (file)
@@ -41,7 +41,7 @@ union pthread_attr_t
   long int __align;
 };
 #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 640605fb9cee5bfe5216bf33fc3b4feb789de6c8..1a02520f6cf9ed7f7f453727d51df4095b55f2d9 100644 (file)
@@ -55,7 +55,7 @@ union pthread_attr_t
   long int __align;
 };
 #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 ce5723507b29a8d29e5363db1b3a294e2db5dedd..2f80fa9b69826d8b7e7c74271cd89b5348c3bc16 100644 (file)
@@ -54,7 +54,7 @@ union pthread_attr_t
   long int __align;
 };
 #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 633d3c3bf99504321eb413d69947bbc2b823a2f2..ce8bd713b4adc3ce21c5a0b757fb88f6a8cfb1e7 100644 (file)
@@ -43,7 +43,7 @@ union pthread_attr_t
   long int __align;
 };
 #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 dbefd9813bc1425f83ab42f376a11bf86f8b7e3f..cc95367a61158a917c654521fb906e4a98b5fc1a 100644 (file)
@@ -55,7 +55,7 @@ union pthread_attr_t
   long int __align;
 };
 #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 a83ab372901b219897c3340983f091a53ae64041..32be0b6421aab629d97832ae4f4c717d81da403f 100644 (file)
@@ -54,7 +54,7 @@ union pthread_attr_t
   long int __align;
 };
 #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.064536 seconds and 5 git commands to generate.