|
@@ -42,8 +42,6 @@
|
|
|
|
|
|
#include "signal-common.h"
|
|
#include "signal-common.h"
|
|
|
|
|
|
-extern void sigset_from_compat(sigset_t *set, compat_sigset_t *compat);
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Including <asm/unistd.h> would give use the 64-bit syscall numbers ...
|
|
* Including <asm/unistd.h> would give use the 64-bit syscall numbers ...
|
|
*/
|
|
*/
|
|
@@ -83,6 +81,8 @@ struct rt_sigframe_n32 {
|
|
#endif
|
|
#endif
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+extern void sigset_from_compat (sigset_t *set, compat_sigset_t *compat);
|
|
|
|
+
|
|
save_static_function(sysn32_rt_sigsuspend);
|
|
save_static_function(sysn32_rt_sigsuspend);
|
|
__attribute_used__ noinline static int
|
|
__attribute_used__ noinline static int
|
|
_sysn32_rt_sigsuspend(nabi_no_regargs struct pt_regs regs)
|
|
_sysn32_rt_sigsuspend(nabi_no_regargs struct pt_regs regs)
|