summaryrefslogtreecommitdiff
path: root/src/unistd/execvp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/execvp.c')
-rw-r--r--src/unistd/execvp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/execvp.c b/src/unistd/execvp.c
index 6269f4cd..a7561184 100644
--- a/src/unistd/execvp.c
+++ b/src/unistd/execvp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
@@ -17,3 +19,6 @@ int execvp(const char *file, char *const argv[])
/*
POSIX(1)
*/
+
+
+#endif