From 045e4d2e0829b6c07ef10171bf5d00ab85cbb497 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Fri, 6 Jun 2003 16:07:57 +0000 Subject: iq2000 port. --- libgloss/iq2000/execv.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libgloss/iq2000/execv.c (limited to 'libgloss/iq2000/execv.c') diff --git a/libgloss/iq2000/execv.c b/libgloss/iq2000/execv.c new file mode 100644 index 000000000..16f3ca543 --- /dev/null +++ b/libgloss/iq2000/execv.c @@ -0,0 +1,11 @@ +#include <_ansi.h> +#include +#include +#include "trap.h" + + +int +execv (const char *path, char *const argv[]) +{ + return TRAP0 (SYS_execv, path, argv, 0); +} -- cgit v1.2.3