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 --- sysdeps/unix/sysv/linux/s390/bits/siginfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/s390/bits') 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 -- cgit 1.4.1