The 'sa' argument to syscallret() is not unused.
This commit is contained in:
parent
5c94ee0044
commit
0e4166b711
@ -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…
x
Reference in New Issue
Block a user