Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
81e859ac1eef300c1b2ff49a2f2da8ee4ce1e844
/
.
/
include
/
asm-x86_64
/
ucontext.h
blob: 159a3da9e112e5e6ea3c49bc53adb718c4858942 [
file
] [
log
] [
blame
]
#ifndef
_ASMX8664_UCONTEXT_H
#define
_ASMX8664_UCONTEXT_H
struct
ucontext
{
unsigned
long
uc_flags
;
struct
ucontext
*
uc_link
;
stack_t
uc_stack
;
struct
sigcontext uc_mcontext
;
sigset_t
uc_sigmask
;
/* mask last for extensibility */
};
#endif