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 'newlib/libc/syscalls/sysexecve.c')
-rw-r--r--newlib/libc/syscalls/sysexecve.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/syscalls/sysexecve.c b/newlib/libc/syscalls/sysexecve.c
index 1a593117d..52dbaddc3 100644
--- a/newlib/libc/syscalls/sysexecve.c
+++ b/newlib/libc/syscalls/sysexecve.c
@@ -4,8 +4,7 @@
#include <unistd.h>
int
-_DEFUN (execve, (name, argv, env),
- const char *name,
+execve (const char *name,
char *const argv[],
char *const env[])
{