<machine/mcontext.h>

Change-Id: I2ad64018f3f402e7ccc5c4dc037dd0a3fe56a929
This commit is contained in:
Ben Gras
2013-12-10 14:55:46 +01:00
committed by Lionel Sambuc
parent 17587738d3
commit 5cecdfcb3e
8 changed files with 377 additions and 85 deletions

View File

@@ -109,7 +109,7 @@ struct __ucontext {
#ifdef _KERNEL
struct lwp;
#ifdef __UCONTEXT_SIZE
#if defined(__UCONTEXT_SIZE) && !defined(__minix)
__CTASSERT(sizeof(ucontext_t) == __UCONTEXT_SIZE);
#endif
@@ -123,7 +123,7 @@ int cpu_mcontext_validate(struct lwp *, const mcontext_t *);
#ifdef __minix
__BEGIN_DECLS
void resumecontext(ucontext_t *ucp);
#ifdef __UCONTEXT_SIZE
#if defined(__UCONTEXT_SIZE) && !defined(__minix)
__CTASSERT(sizeof(ucontext_t) == __UCONTEXT_SIZE);
#endif