From b6e59cd925cbe6c0f23cf46828d47e6e7edd17c9 Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Tue, 11 Sep 2018 11:57:31 -0400
Subject: apply hidden visibility to sigreturn code fragments

these were overlooked in the declarations overhaul work because they
are not properly declared, and the current framework even allows their
declared types to vary by arch. at some point this should be cleaned
up, but I'm not sure what the right way would be.
---
 arch/mips64/ksigaction.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'arch/mips64')

diff --git a/arch/mips64/ksigaction.h b/arch/mips64/ksigaction.h
index 55ba18ea..c16e4731 100644
--- a/arch/mips64/ksigaction.h
+++ b/arch/mips64/ksigaction.h
@@ -1,3 +1,5 @@
+#include <features.h>
+
 struct k_sigaction {
 	unsigned flags;
 	void (*handler)(int);
@@ -5,4 +7,4 @@ struct k_sigaction {
 	void (*restorer)();
 };
 
-void __restore(), __restore_rt();
+hidden void __restore(), __restore_rt();
-- 
cgit v1.2.3-70-g09d2