summaryrefslogtreecommitdiff
path: root/src/unistd/execle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/execle.c')
-rw-r--r--src/unistd/execle.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/execle.c b/src/unistd/execle.c
index d9a8dfeb..09881aec 100644
--- a/src/unistd/execle.c
+++ b/src/unistd/execle.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stddef.h>
#include <sys/types.h>
#include <unistd.h>
@@ -24,3 +26,6 @@ int execle(const char *path, const char *arg0, ... /*, (char *)0, char *const en
/*
POSIX(1)
*/
+
+
+#endif