am 3333a7af: am 47931f8f: Merge "Fix aarch64 struct ucontext."
* commit '3333a7af505a5d6230de5a455e9da6eb18ae07c6': Fix aarch64 struct ucontext.
This commit is contained in:
commit
7f1ee87ef9
@ -86,6 +86,7 @@ typedef struct ucontext {
|
||||
struct ucontext *uc_link;
|
||||
stack_t uc_stack;
|
||||
sigset_t uc_sigmask;
|
||||
char __unused[128 - sizeof(sigset_t)];
|
||||
mcontext_t uc_mcontext;
|
||||
} ucontext_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user