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