From 8da0464f6fff2ec16bcd9049d71ebcbff3e11d3c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Feb 2012 21:42:53 -0500 Subject: Fix name mangling of pthread_attr_t after change --- nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps/unix/sysv/linux/s390') diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h index c64b14f7cd..ce5723507b 100644 --- a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h @@ -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; -- cgit v1.2.3