|
@@ -1,3 +1,5 @@
|
|
|
|
+#include <features.h>
|
|
|
|
+
|
|
/* This is the structure used for the rt_sigaction syscall on most archs,
|
|
/* 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
|
|
* but it can be overridden by a file with the same name in the top-level
|
|
* arch dir for a given arch, if necessary. */
|
|
* arch dir for a given arch, if necessary. */
|
|
@@ -8,4 +10,4 @@ struct k_sigaction {
|
|
unsigned mask[2];
|
|
unsigned mask[2];
|
|
};
|
|
};
|
|
|
|
|
|
-void __restore(), __restore_rt();
|
|
|
|
|
|
+hidden void __restore(), __restore_rt();
|