 f317c0ee57
			
		
	
	
		f317c0ee57
		
	
	
	
	
		
			
			Suggested-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210708170550.1846343-7-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
		
			
				
	
	
		
			11 lines
		
	
	
		
			251 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			251 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef MIPS64_TARGET_ERRNO_DEFS_H
 | |
| #define MIPS64_TARGET_ERRNO_DEFS_H
 | |
| 
 | |
| /*
 | |
|  * The mips64 target uses errno definitions taken from asm-mips/errno.h
 | |
|  * so directly use the mips target errno definitions.
 | |
|  */
 | |
| #include "../mips/target_errno_defs.h"
 | |
| 
 | |
| #endif
 |