about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/bits
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 /sysdeps/unix/sysv/linux/s390/bits
parentd94a4670800de6e8f088b8630ad5142866127980 (diff)
downloadglibc-8da0464f6fff2ec16bcd9049d71ebcbff3e11d3c.tar.gz
glibc-8da0464f6fff2ec16bcd9049d71ebcbff3e11d3c.tar.xz
glibc-8da0464f6fff2ec16bcd9049d71ebcbff3e11d3c.zip
Fix name mangling of pthread_attr_t after change
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/bits')
-rw-r--r--sysdeps/unix/sysv/linux/s390/bits/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/bits/siginfo.h b/sysdeps/unix/sysv/linux/s390/bits/siginfo.h
index 4b717947ad..baa989195b 100644
--- a/sysdeps/unix/sysv/linux/s390/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/s390/bits/siginfo.h
@@ -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