about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2014-08-10 09:36:50 -0400
committerMike Frysinger <vapier@gentoo.org>2014-08-10 09:36:50 -0400
commit881368725f8940951fbc1b65c42a4a000b103139 (patch)
tree83b3e4697a7e89c94ee9aa9a5c0828f170f4e0e8
parent5f825bd3c37b691b58d2b34ba4a8780f86adca41 (diff)
downloadglibc-881368725f8940951fbc1b65c42a4a000b103139.tar.gz
glibc-881368725f8940951fbc1b65c42a4a000b103139.tar.xz
glibc-881368725f8940951fbc1b65c42a4a000b103139.zip
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  <dave.anglin@bell.net>

	* ports/sysdeps/hppa/bits/setjmp.h: Name anonymous union.
-rw-r--r--sysdeps/hppa/bits/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/bits/setjmp.h b/sysdeps/hppa/bits/setjmp.h
index 9a404e7c1e..de05899e8d 100644
--- a/sysdeps/hppa/bits/setjmp.h
+++ b/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
       {