Blame view

kernel/linux-rt-4.4.41/arch/ia64/include/uapi/asm/ucontext.h 297 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
  #ifndef _ASM_IA64_UCONTEXT_H
  #define _ASM_IA64_UCONTEXT_H
  
  struct ucontext {
  	struct sigcontext uc_mcontext;
  };
  
  #define uc_link		uc_mcontext.sc_gr[0]	/* wrong type; nobody cares */
  #define uc_sigmask	uc_mcontext.sc_sigmask
  #define uc_stack	uc_mcontext.sc_stack
  
  #endif /* _ASM_IA64_UCONTEXT_H */