diff options
author | John David Anglin <dave.anglin@bell.net> | 2014-08-10 09:36:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-10 09:37:56 -0400 |
commit | fcf3bc5b09f1a97943999360921f9be730c2116d (patch) | |
tree | ef5ff63f9ba68ea1e898e6133f253e81c8cbe3d4 | |
parent | 4545280f9c1ab06efa9348ab46bac436f5885244 (diff) | |
download | glibc-fcf3bc5b09f1a97943999360921f9be730c2116d.tar.gz glibc-fcf3bc5b09f1a97943999360921f9be730c2116d.tar.xz glibc-fcf3bc5b09f1a97943999360921f9be730c2116d.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-- | ports/sysdeps/hppa/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/bits/setjmp.h b/ports/sysdeps/hppa/bits/setjmp.h index 9a404e7c1e..de05899e8d 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 { |