musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/execve.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process/execve.c')
-rw-r--r--src/process/execve.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process/execve.c b/src/process/execve.c
index 2a0b62d6..70286a17 100644
--- a/src/process/execve.c
+++ b/src/process/execve.c
@@ -4,5 +4,5 @@
int execve(const char *path, char *const argv[], char *const envp[])
{
/* do we need to use environ if envp is null? */
- return syscall3(__NR_execve, (long)path, (long)argv, (long)envp);
+ return syscall(SYS_execve, path, argv, envp);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 04:52:49 +0000

AltStyle によって変換されたページ (->オリジナル) /