![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef __ASM_GENERIC_UCONTEXT_H 0003 #define __ASM_GENERIC_UCONTEXT_H 0004 0005 struct ucontext { 0006 unsigned long uc_flags; 0007 struct ucontext *uc_link; 0008 stack_t uc_stack; 0009 struct sigcontext uc_mcontext; 0010 sigset_t uc_sigmask; /* mask last for extensibility */ 0011 }; 0012 0013 #endif /* __ASM_GENERIC_UCONTEXT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |