From 83933573aff71a5d178ab71912f177d2d844e63e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 6 Mar 2016 17:41:56 +0000 Subject: add mips64 port patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies. --- arch/mips64/ksigaction.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch/mips64/ksigaction.h (limited to 'arch/mips64/ksigaction.h') diff --git a/arch/mips64/ksigaction.h b/arch/mips64/ksigaction.h new file mode 100644 index 00000000..55ba18ea --- /dev/null +++ b/arch/mips64/ksigaction.h @@ -0,0 +1,8 @@ +struct k_sigaction { + unsigned flags; + void (*handler)(int); + unsigned long mask[2]; + void (*restorer)(); +}; + +void __restore(), __restore_rt(); -- cgit v1.2.1