strace: fix build on aarch64.

This commit is contained in:
Christian Neukirchen 2015-06-09 12:48:38 +00:00
parent 421be61530
commit bd5f37d58d

View file

@ -0,0 +1,11 @@
--- sigreturn.c
+++ sigreturn.c
@@ -12,6 +12,8 @@
#elif NSIG < 32
# error NSIG < 32
#endif
+extern uint64_t *const aarch64_sp_ptr;
+extern uint32_t *const arm_sp_ptr;
int
sys_sigreturn(struct tcb *tcp)