mirror of
				https://github.com/openwrt/packages.git
				synced 2025-11-04 04:39:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/io/mmap.c
 | 
						|
+++ b/io/mmap.c
 | 
						|
@@ -11,6 +11,14 @@
 | 
						|
 #include "init.h"
 | 
						|
 #include "io.h"
 | 
						|
 
 | 
						|
+#ifndef MAP_SYNC
 | 
						|
+#define MAP_SYNC 0
 | 
						|
+#endif
 | 
						|
+
 | 
						|
+#ifndef MAP_SHARED_VALIDATE
 | 
						|
+#define MAP_SHARED_VALIDATE 0x03
 | 
						|
+#endif
 | 
						|
+
 | 
						|
 static cmdinfo_t mmap_cmd;
 | 
						|
 static cmdinfo_t mread_cmd;
 | 
						|
 static cmdinfo_t msync_cmd;
 |