mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 05:24:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MUSL_COMPAT_ASM_ERRNO_H
 | |
| #define __MUSL_COMPAT_ASM_ERRNO_H
 | |
| 
 | |
| /* Avoid including different versions of errno.h, the defines (incorrectly)
 | |
|  * cause a redefinition error on PowerPC */
 | |
| #include <errno.h>
 | |
| 
 | |
| #endif
 |