summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/signal.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-10-24 19:54:38 +0000
committerdfr <dfr@FreeBSD.org>2000-10-24 19:54:38 +0000
commita0ecb2ad9b9f4c0d17044a3d795112743988eebd (patch)
tree4bd222fde6b5f4a386d863fe92ed0f556be4f965 /sys/ia64/include/signal.h
parent3738b3e38b5e5f713950b10c7fb33b33b2197382 (diff)
downloadFreeBSD-src-a0ecb2ad9b9f4c0d17044a3d795112743988eebd.zip
FreeBSD-src-a0ecb2ad9b9f4c0d17044a3d795112743988eebd.tar.gz
* Various fixes to breakage introduced by the atomic and mutex reorgs.
* Fixes to the signal delivery code. Not quite right yet. I would have preferred to wait until I have signal delivery actually working but the current kernel in CVS doesn't build.
Diffstat (limited to 'sys/ia64/include/signal.h')
-rw-r--r--sys/ia64/include/signal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/include/signal.h b/sys/ia64/include/signal.h
index 006a99b..e1602e4 100644
--- a/sys/ia64/include/signal.h
+++ b/sys/ia64/include/signal.h
@@ -63,7 +63,8 @@ struct osigcontext {};
* mcontext_t. Keep them in sync!
*/
struct sigcontext {
- sigset_t sc_mask; /* signal mask to restore */
+ sigset_t sc_mask; /* signal mask to restore */
+ unsigned long sc_onstack;
unsigned long sc_flags;
unsigned long sc_nat;
unsigned long sc_sp;
OpenPOWER on IntegriCloud