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