From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/unistd/execvp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libc/unistd/execvp.c') diff --git a/lib/libc/unistd/execvp.c b/lib/libc/unistd/execvp.c index c678ed36..88cde91e 100644 --- a/lib/libc/unistd/execvp.c +++ b/lib/libc/unistd/execvp.c @@ -1,9 +1,9 @@ -#include -#include -#include -#include -#include -#include +#include // for errno, ENAMETOOLONG, ENOENT +#include // for PATH_MAX +#include // for NULL, snprintf +#include // for getenv +#include // for strchr, strlen, strstr +#include // for execv, execvp extern char **environ; -- cgit v1.2.3