commit | ae0f8f1e48a464b227fc3b68e0817a246e73db9b | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue May 20 16:53:15 2014 +0100 |
committer | Calin Juravle <calin@google.com> | Wed May 21 18:16:17 2014 +0100 |
tree | 737ac0eab5ebb9d65ac241ecf5ddeeb5a6d02b3a | |
parent | eb454522da53759ef74180b9c623206040b17df0 [diff] |
Add padding to mips ucontext_t. Bug: 12828904 Change-Id: I49e7adcebf769a9c30dc43def36501260369b1ac
diff --git a/libc/include/sys/ucontext.h b/libc/include/sys/ucontext.h index 20dcdd5..d6c6b43 100644 --- a/libc/include/sys/ucontext.h +++ b/libc/include/sys/ucontext.h
@@ -198,6 +198,7 @@ stack_t uc_stack; mcontext_t uc_mcontext; sigset_t uc_sigmask; + char __padding[128 - sizeof(sigset_t)]; } ucontext_t; #elif defined(__mips64__)