arpa/nameser.h: update RR types list
[musl] / arch / x86_64 / ksigaction.h
index 7743c5c..c40e356 100644 (file)
@@ -1,3 +1,5 @@
+#include <features.h>
+
 struct k_sigaction {
        void (*handler)(int);
        unsigned long flags;
@@ -5,5 +7,5 @@ struct k_sigaction {
        unsigned mask[2];
 };
 
-void __restore_rt();
+hidden void __restore_rt();
 #define __restore __restore_rt