fix mips setjmp/longjmp fpu state on r6, related issues
[musl] / src / signal / restore.c
index 873b867..5ec4f5d 100644 (file)
@@ -1,10 +1,12 @@
+#include <features.h>
+
 /* These functions will not work, but suffice for targets where the
  * kernel sigaction structure does not actually use sa_restorer. */
 
-void __restore()
+hidden void __restore()
 {
 }
 
-void __restore_rt()
+hidden void __restore_rt()
 {
 }