diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-12 21:03:23 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-12 21:03:23 +0000 |
| commit | 2d88da2f06f296d84749996a2a76d755aa4c5c92 (patch) | |
| tree | 872990de896132a2a54456a26e6891e28d6350c6 /sys/compat/ia32 | |
| parent | 7127f6f455d58788344aef3aa1b07e67b4abce76 (diff) | |
Notes
Diffstat (limited to 'sys/compat/ia32')
| -rw-r--r-- | sys/compat/ia32/ia32_util.h | 2 |
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); |
