UAPI: (Scripted) Disintegrate arch/ia64/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
12
arch/ia64/include/uapi/asm/ucontext.h
Normal file
12
arch/ia64/include/uapi/asm/ucontext.h
Normal file
@@ -0,0 +1,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 */
|
Reference in New Issue
Block a user