add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
[musl] / arch / mips / ksigaction.h
index 6d73164..3127f7c 100644 (file)
@@ -7,3 +7,5 @@ struct k_sigaction {
         * mips-specific preprocessor conditionals in sigaction.c. */
        void (*restorer)();
 };
+
+void __restore(), __restore_rt();