* libnosys/Makefile.in: Add errno.o.
        * libnosys/errno.c: New file to supply errno definition if
        one not provided yet.
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			77 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			77 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* Supply a definition of errno if one not already provided.  */
 | 
						|
 | 
						|
int errno;
 |