summaryrefslogtreecommitdiff
path: root/posix/execvpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/execvpe.c')
-rw-r--r--posix/execvpe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/posix/execvpe.c b/posix/execvpe.c
index 5170e043d7..b51c107775 100644
--- a/posix/execvpe.c
+++ b/posix/execvpe.c
@@ -45,10 +45,7 @@ scripts_argv (const char *file, char *const argv[], int argc, char **new_argv)
/* Execute FILE, searching in the `PATH' environment variable if it contains
no slashes, with arguments ARGV and environment from ENVP. */
int
-__execvpe (file, argv, envp)
- const char *file;
- char *const argv[];
- char *const envp[];
+__execvpe (const char *file, char *const argv[], char *const envp[])
{
if (*file == '\0')
{