about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/powerpc/bits
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-02-27 12:59:16 -0800
committerDavid S. Miller <davem@davemloft.net>2012-02-27 12:59:16 -0800
commit22f9d9df92ee5ce1f12d7bec598e718fb06b571a (patch)
tree179ddb00065d6b2b937db7f114847ca967d37331 /nptl/sysdeps/unix/sysv/linux/powerpc/bits
parentabd923dbf2d828612e00a07d47365040b5218d33 (diff)
downloadglibc-22f9d9df92ee5ce1f12d7bec598e718fb06b571a.tar.gz
glibc-22f9d9df92ee5ce1f12d7bec598e718fb06b571a.tar.xz
glibc-22f9d9df92ee5ce1f12d7bec598e718fb06b571a.zip
Fix stray references to __pthread_attr
	* 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.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/bits')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
index 640605fb9c..1a02520f6c 100644
--- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
@@ -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