ldso: support DT_RELR relative relocation format
[musl] / src / internal / ksigaction.h
index 2eacabf..8ebd593 100644 (file)
@@ -1,3 +1,5 @@
+#include <features.h>
+
 /* This is the structure used for the rt_sigaction syscall on most archs,
  * but it can be overridden by a file with the same name in the top-level
  * arch dir for a given arch, if necessary. */
@@ -7,3 +9,5 @@ struct k_sigaction {
        void (*restorer)(void);
        unsigned mask[2];
 };
+
+hidden void __restore(), __restore_rt();