libc
libc copied to clipboard
Fix alignment of uc_mcontext in ucontext_t on arm64 android
On ARM64 Android there should be padding between uc_sigmask and uc_mcontext in libc::ucontext_t, see here
Now core::mem::offset_of!(libc::ucontext_t, uc_mcontext) is the expected value of 0xB0
fixes #3655