Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/exec.cc')
-rw-r--r--winsup/cygwin/exec.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/exec.cc b/winsup/cygwin/exec.cc
index e6765e87f..76a98074d 100644
--- a/winsup/cygwin/exec.cc
+++ b/winsup/cygwin/exec.cc
@@ -20,8 +20,8 @@ details. */
in libc/posix/execve.c. It calls us. */
extern "C"
-pid_t
-_execve (const char *path, const char *const argv[], const char *const envp[])
+int
+_execve (const char *path, char *const argv[], char *const envp[])
{
static char *const empty_env[] = { 0 };
MALLOC_CHECK;