@@ -9,5 +9,8 @@
#include <sys/syscall.h>
#include <signal.h>
+
+#ifdef __NR_sigaltstack
_syscall2(int, sigaltstack, const struct sigaltstack *, ss,
struct sigaltstack *, oss);
+#endif