<machine/mcontext.h>
Change-Id: I2ad64018f3f402e7ccc5c4dc037dd0a3fe56a929
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user