align <sys/ucontext.h> <sys/uio.h> <sys/un.h>
Change-Id: I70adf01fddf931a3a6931083adaa4bbe647ea6a3
This commit is contained in:
@@ -20,7 +20,7 @@ ucontext_t *ctx;
|
||||
/* We're not interested in FPU state nor signals, so ignore them.
|
||||
* Coincidentally, this significantly speeds up performance.
|
||||
*/
|
||||
ctx->uc_flags |= (UCF_IGNFPU | UCF_IGNSIGM);
|
||||
ctx->uc_flags |= _UC_IGNSIGM | _UC_IGNFPU;
|
||||
return getcontext(ctx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user