WIP FPC-III support
[linux/fpc-iii.git] / arch / ia64 / include / uapi / asm / ucontext.h
blob46f51e535e049d60cc62406ef9aedac80931449f
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_IA64_UCONTEXT_H
3 #define _ASM_IA64_UCONTEXT_H
5 struct ucontext {
6 struct sigcontext uc_mcontext;
7 };
9 #define uc_link uc_mcontext.sc_gr[0] /* wrong type; nobody cares */
10 #define uc_sigmask uc_mcontext.sc_sigmask
11 #define uc_stack uc_mcontext.sc_stack
13 #endif /* _ASM_IA64_UCONTEXT_H */