iq2000 port.
This commit is contained in:
		
							
								
								
									
										11
									
								
								libgloss/iq2000/execv.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								libgloss/iq2000/execv.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| #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); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user