From: John David Anglin Date: Sun, 10 Aug 2014 13:36:50 +0000 (-0400) Subject: hppa: name setjmp union X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf3bc5b09f1a97943999360921f9be730c2116d;p=thirdparty%2Fglibc.git hppa: name setjmp union Some of the C++ tests want this, and this is what all other arches have done, so do it on hppa too. 2013-07-07 John David Anglin * ports/sysdeps/hppa/bits/setjmp.h: Name anonymous union. --- diff --git a/ports/sysdeps/hppa/bits/setjmp.h b/ports/sysdeps/hppa/bits/setjmp.h index 9a404e7c1e5..de05899e8db 100644 --- a/ports/sysdeps/hppa/bits/setjmp.h +++ b/ports/sysdeps/hppa/bits/setjmp.h @@ -38,7 +38,7 @@ * 10 x 64-bit fprs in this order: - fr12-fr21 (callee saves) Note: We have 8 bytes of free space for future uses. */ -typedef union +typedef union __jmp_buf_internal { struct __jmp_buf_internal_tag {