fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / iq2000 / execv.c
blob16f3ca543a8451ef18308f4c8ed6269b5fa84e5d
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 execv (const char *path, char *const argv[])
10 return TRAP0 (SYS_execv, path, argv, 0);