aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/linux/syscalls.master')
-rw-r--r--sys/arm64/linux/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm64/linux/syscalls.master b/sys/arm64/linux/syscalls.master
index 2a564f0e3c5d..b9dda787389c 100644
--- a/sys/arm64/linux/syscalls.master
+++ b/sys/arm64/linux/syscalls.master
@@ -1357,8 +1357,8 @@
221 AUE_EXECVE STD {
int linux_execve(
char *path,
- char **argp,
- char **envp
+ l_uintptr_t *argp,
+ l_uintptr_t *envp
);
}
222 AUE_MMAP STD {