diff options
Diffstat (limited to 'libgloss/mn10200/execv.c')
-rw-r--r-- | libgloss/mn10200/execv.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libgloss/mn10200/execv.c b/libgloss/mn10200/execv.c deleted file mode 100644 index 16f3ca5..0000000 --- a/libgloss/mn10200/execv.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <_ansi.h> -#include <sys/types.h> -#include <sys/stat.h> -#include "trap.h" - - -int -execv (const char *path, char *const argv[]) -{ - return TRAP0 (SYS_execv, path, argv, 0); -} |