aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ia32/ia32_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/ia32/ia32_util.h')
-rw-r--r--sys/compat/ia32/ia32_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/ia32/ia32_util.h b/sys/compat/ia32/ia32_util.h
index 6b5f9a11de49..41aad4e8cac1 100644
--- a/sys/compat/ia32/ia32_util.h
+++ b/sys/compat/ia32/ia32_util.h
@@ -50,7 +50,7 @@
#define IA32_MAXVMEM 0 /* Unlimited */
struct syscall_args;
-int ia32_fetch_syscall_args(struct thread *td, struct syscall_args *sa);
+int ia32_fetch_syscall_args(struct thread *td);
void ia32_set_syscall_retval(struct thread *, int);
void ia32_fixlimit(struct rlimit *rl, int which);