 02081e4b62
			
		
	
	
		02081e4b62
		
	
	
	
	
		
			
			. it's a good extra interface to have but doesn't meet standardised functionality . applications (in pkgsrc) find it and expect full functionality the minix mmap doesn't offter . on the whole probably better to hide these functions (mmap and friends) until they are grown up; the base system can use the new minix_* names
		
			
				
	
	
		
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| #include <machine/asm.h>
 | |
| 
 | |
| IMPORT(_minix_mmap)
 | |
| ENTRY(minix_mmap)
 | |
| 	jmp	_C_LABEL(_minix_mmap)
 | |
| 
 |