1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux << 2 #ifndef __ASM_GENERIC_UCONTEXT_H 1 #ifndef __ASM_GENERIC_UCONTEXT_H 3 #define __ASM_GENERIC_UCONTEXT_H 2 #define __ASM_GENERIC_UCONTEXT_H 4 3 5 struct ucontext { 4 struct ucontext { 6 unsigned long uc_flags; 5 unsigned long uc_flags; 7 struct ucontext *uc_link; 6 struct ucontext *uc_link; 8 stack_t uc_stack; 7 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 8 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mas 9 sigset_t uc_sigmask; /* mask last for extensibility */ 11 }; 10 }; 12 11 13 #endif /* __ASM_GENERIC_UCONTEXT_H */ 12 #endif /* __ASM_GENERIC_UCONTEXT_H */ 14 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.