![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _ASMAXP_UCONTEXT_H 0003 #define _ASMAXP_UCONTEXT_H 0004 0005 struct ucontext { 0006 unsigned long uc_flags; 0007 struct ucontext *uc_link; 0008 old_sigset_t uc_osf_sigmask; 0009 stack_t uc_stack; 0010 struct sigcontext uc_mcontext; 0011 sigset_t uc_sigmask; /* mask last for extensibility */ 0012 }; 0013 0014 #endif /* !_ASMAXP_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 |
![]() ![]() |