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/posix/execvp.c')
-rw-r--r--newlib/libc/posix/execvp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/posix/execvp.c b/newlib/libc/posix/execvp.c
index 70743163d..64310f661 100644
--- a/newlib/libc/posix/execvp.c
+++ b/newlib/libc/posix/execvp.c
@@ -1,3 +1,5 @@
+#ifndef _NO_EXECVE
+
/* execvp.c */
/* This and the other exec*.c files in this directory require
@@ -67,3 +69,5 @@ _DEFUN (execvp, (file, argv),
return -1;
}
+
+#endif /* !_NO_EXECVE */