diff options
Diffstat (limited to 'newlib/libc/posix/execve.c')
-rw-r--r-- | newlib/libc/posix/execve.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/posix/execve.c b/newlib/libc/posix/execve.c index c2a2144..99c1454 100644 --- a/newlib/libc/posix/execve.c +++ b/newlib/libc/posix/execve.c @@ -10,8 +10,7 @@ int -_DEFUN(execve, (path, argv, envp), - const char *path, +execve (const char *path, char * const argv[], char * const envp[]) { |