summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/xtensa
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/xtensa')
-rw-r--r--libc/sysdeps/linux/xtensa/bits/sigcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/xtensa/bits/sigcontext.h b/libc/sysdeps/linux/xtensa/bits/sigcontext.h
index 409f06178..c0af295f9 100644
--- a/libc/sysdeps/linux/xtensa/bits/sigcontext.h
+++ b/libc/sysdeps/linux/xtensa/bits/sigcontext.h
@@ -32,8 +32,8 @@ struct sigcontext
unsigned long sc_sar;
unsigned long sc_acclo;
unsigned long sc_acchi;
- void *sc_xtregs;
unsigned long sc_a[16];
+ void *sc_xtregs;
};
#endif /* _BITS_SIGCONTEXT_H */