From 828dd435725ea315abd2ea9875325ee3b17041a9 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Thu, 15 Dec 2022 18:20:33 +0100 Subject: did this while lecture (builtins, parsing, exec and env by stdlib) --- lib/sys/execve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sys/execve.h') diff --git a/lib/sys/execve.h b/lib/sys/execve.h index 04d6dea..62ebefc 100644 --- a/lib/sys/execve.h +++ b/lib/sys/execve.h @@ -3,7 +3,7 @@ #include "syscalls.h" -int execve(const char *pathname, char *const argv[], char *const envp[]) +static int execve(const char *pathname, char *const argv[], char *const envp[]) { return syscall(EXECVE, pathname, argv, envp); } -- cgit v1.2.3-70-g09d2