linux: Fix declaration of rt_sigreturn() on arm64

On Linux, this syscall doesn't take any arguments; instead
it assumes the context was put on the stack.

Reviewed By:	dchagin
Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D31251
This commit is contained in:
Edward Tomasz Napierala 2021-07-21 12:20:45 +00:00
parent 616a676a05
commit 2561da0636

View file

@ -842,9 +842,7 @@
);
}
139 AUE_NULL STD {
int linux_rt_sigreturn(
struct l_ucontext *ucp
);
int linux_rt_sigreturn(void);
}
140 AUE_SETPRIORITY NOPROTO {
int setpriority(