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