diff options
Diffstat (limited to 'sys/ia64/include/ucontext.h')
| -rw-r--r-- | sys/ia64/include/ucontext.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ia64/include/ucontext.h b/sys/ia64/include/ucontext.h index bb18d763c68e5..e8660a5b3ae0d 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; |
