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