diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/microblaze/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/microblaze/bits/setjmp.h b/sysdeps/microblaze/bits/setjmp.h index d54db9c12c..fd175dac2b 100644 --- a/sysdeps/microblaze/bits/setjmp.h +++ b/sysdeps/microblaze/bits/setjmp.h @@ -25,7 +25,7 @@ # error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead." #endif -typedef struct +typedef struct __jmp_buf_internal_tag { /* There are 21 4-byte registers that should be saved: r1, r2, r13-r31. Actually, there seems no need to save |