mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
The 'sa' argument to syscallret() is not unused.
This commit is contained in:
parent
183b68f74f
commit
ded3e7f08e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287387
@ -170,7 +170,7 @@ syscallenter(struct thread *td, struct syscall_args *sa)
|
||||
}
|
||||
|
||||
static inline void
|
||||
syscallret(struct thread *td, int error, struct syscall_args *sa __unused)
|
||||
syscallret(struct thread *td, int error, struct syscall_args *sa)
|
||||
{
|
||||
struct proc *p, *p2;
|
||||
int traced;
|
||||
|
Loading…
Reference in New Issue
Block a user