mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx: initial OSX support.
This commit is contained in:
		| @@ -55,7 +55,7 @@ | ||||
| #include <time.h> | ||||
| #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) ||   \ | ||||
|       defined(__BSD__) || defined(__NETBSD__) || defined(__bsdi__) ||          \ | ||||
|       defined(__DragonFly__)) | ||||
|       defined(__DragonFly__) || defined(__APPLE__) || defined(__MACH__)) | ||||
| #include <malloc.h> | ||||
| #endif /* xBSD */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user