mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			241 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			241 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* ColdFire and Sun 3 kernels have PAGE_SHIFT set to 13 and expect
 | 
						|
   mmap2 offset to be provided in 8K pages.  Determine the shift
 | 
						|
   dynamically with getpagesize.  */
 | 
						|
#define MMAP2_PAGE_SHIFT -1
 | 
						|
#include <sysdeps/unix/sysv/linux/mmap64.c>
 |