aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/guts/execl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/common/guts/execl.c')
-rw-r--r--ports/common/guts/execl.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/common/guts/execl.c b/ports/common/guts/execl.c
new file mode 100644
index 0000000..ce908ed
--- /dev/null
+++ b/ports/common/guts/execl.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2011 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int execl(const char *file, const char *arg, va_list ap)
+ * int rc = -1;
+ */
+
+ rc = real_execl(file, arg, ap);
+
+/* return rc;
+ * }
+ */