Home
last modified time | relevance | path

Searched defs:ucontext_extended (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Ducontext.h20 struct ucontext_extended { struct
21 unsigned long uc_flags;
22 struct ucontext *uc_link;
23 stack_t uc_stack;
24 _sigregs uc_mcontext;
25 sigset_t uc_sigmask;
27 unsigned char __unused[128 - sizeof(sigset_t)];
28 _sigregs_ext uc_mcontext_ext;