summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sh/include/signal.h')
-rw-r--r--sys/arch/sh/include/signal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sh/include/signal.h b/sys/arch/sh/include/signal.h
index e5152d73cf2..24fca36829b 100644
--- a/sys/arch/sh/include/signal.h
+++ b/sys/arch/sh/include/signal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: signal.h,v 1.6 2012/12/02 07:03:31 guenther Exp $ */
+/* $OpenBSD: signal.h,v 1.7 2016/05/10 18:39:47 deraadt Exp $ */
/* $NetBSD: signal.h,v 1.12 2005/12/11 12:18:58 christos Exp $ */
/*
@@ -52,12 +52,12 @@ struct sigcontext {
int sc_reg[21];
int sc_fpreg[34];
- int __sc_unused;
+ long sc_cookie;
int sc_expevt; /* XXX should be above */
int sc_err;
- unsigned int sc_mask; /* signal mask to restore */
+ int sc_mask; /* signal mask to restore */
};
#endif /* __BSD_VISIBLE || __XPG_VISIBLE >= 420 */