mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
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:
parent
616a676a05
commit
2561da0636
1 changed files with 1 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue