summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-02-26 21:42:53 -0500
committerUlrich Drepper <drepper@gmail.com>2012-02-26 21:42:53 -0500
commit8da0464f6fff2ec16bcd9049d71ebcbff3e11d3c (patch)
tree4c6856bac831621b8cf9a66b40f98f4ba37a0075 /nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
parentd94a4670800de6e8f088b8630ad5142866127980 (diff)
Fix name mangling of pthread_attr_t after change
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
index a1ef92b5ad..633d3c3bf9 100644
--- a/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
@@ -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;