aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h')
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h b/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
index e334a45..db86380 100644
--- a/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
@@ -38,6 +38,9 @@
#define LARCH_REG_S2 25
#define LARCH_REG_NARGS 8
+typedef unsigned long int greg_t;
+/* Container for all general registers. */
+typedef greg_t gregset_t[32];
#endif
typedef struct mcontext_t