fix hwcap access in powerpc-sf setjmp/longjmp
[musl] / arch / mips / ksigaction.h
index 3127f7c..63fdfab 100644 (file)
@@ -1,3 +1,5 @@
+#include <features.h>
+
 struct k_sigaction {
        unsigned flags;
        void (*handler)(int);
@@ -8,4 +10,4 @@ struct k_sigaction {
        void (*restorer)();
 };
 
-void __restore(), __restore_rt();
+hidden void __restore(), __restore_rt();