Add padding to mips ucontext_t.
Bug: 12828904 Change-Id: I49e7adcebf769a9c30dc43def36501260369b1ac
This commit is contained in:
parent
eb454522da
commit
ae0f8f1e48
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ typedef struct ucontext {
|
|||
stack_t uc_stack;
|
||||
mcontext_t uc_mcontext;
|
||||
sigset_t uc_sigmask;
|
||||
char __padding[128 - sizeof(sigset_t)];
|
||||
} ucontext_t;
|
||||
|
||||
#elif defined(__mips64__)
|
||||
|
|
Loading…
Reference in a new issue