···4343 compat_sigset_t uc_sigmask; /* mask last for extensibility */4444};45454646+struct ucontext_x32 {4747+ unsigned int uc_flags;4848+ unsigned int uc_link;4949+ stack_ia32_t uc_stack;5050+ unsigned int uc__pad0; /* needed for alignment */5151+ struct sigcontext uc_mcontext; /* the 64-bit sigcontext type */5252+ compat_sigset_t uc_sigmask; /* mask last for extensibility */5353+};5454+4655/* This matches struct stat64 in glibc2.2, hence the absolutely4756 * insane amounts of padding around dev_t's.4857 */