am 599921be: am e4392199: Merge "Fix mcontext_t for x86-64."

* commit '599921be7b0d21b1f16b6aff6f8a246476845a09':
  Fix mcontext_t for x86-64.
This commit is contained in:
Elliott Hughes 2014-04-09 23:01:59 +00:00 committed by Android Git Automerger
commit c34a7c93b4

View File

@ -243,7 +243,7 @@ typedef struct user_i387_struct* fpregset_t;
typedef struct {
gregset_t gregs;
fpregset_t fpregs;
/* TODO: reserved space? */
unsigned long __reserved1[8];
} mcontext_t;
typedef struct ucontext {