about summary refs log tree commit diff
path: root/sysdeps/hppa/bits/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/bits/setjmp.h')
-rw-r--r--sysdeps/hppa/bits/setjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/hppa/bits/setjmp.h b/sysdeps/hppa/bits/setjmp.h
index 7d85586c3c..3c04c0b447 100644
--- a/sysdeps/hppa/bits/setjmp.h
+++ b/sysdeps/hppa/bits/setjmp.h
@@ -38,9 +38,9 @@
    * 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_tag
   {
-    struct __jmp_buf_internal_tag
+    struct
       {
 	int __r3;
 	int __pad0;