summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/ucontext.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/ucontext.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/ucontext.h')
-rw-r--r--sys/ia64/include/ucontext.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ia64/include/ucontext.h b/sys/ia64/include/ucontext.h
index bb18d76..e8660a5 100644
--- a/sys/ia64/include/ucontext.h
+++ b/sys/ia64/include/ucontext.h
@@ -41,10 +41,8 @@ typedef struct __mcontext {
* of struct sigcontext. That way we can support
* struct sigcontext and ucontext_t at the same
* time.
- *
- * We use the same layout as Linux/ia64 to make emulation
- * easier.
*/
+ long mc_onstack; /* XXX - sigcontext compat. */
unsigned long mc_flags;
unsigned long mc_nat;
unsigned long mc_sp;
OpenPOWER on IntegriCloud