20000317 sourceware import
This commit is contained in:
		
							
								
								
									
										10
									
								
								libgloss/m32r/open.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								libgloss/m32r/open.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| #include <sys/types.h> | ||||
| #include <sys/stat.h> | ||||
| #include "syscall.h" | ||||
| #include "eit.h" | ||||
|  | ||||
| int | ||||
| _open (const char *path, int flags) | ||||
| { | ||||
|   return TRAP0 (SYS_open, path, flags, 0); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user