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/sparc/bits/siginfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/sparc/bits') diff --git a/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h b/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h index 5e12da4bf1..4ce1bbfda5 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h @@ -280,7 +280,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