|
@ -3,6 +3,7 @@ |
|
|
|
|
|
|
|
|
#if defined __linux__ || defined __linux |
|
|
#if defined __linux__ || defined __linux |
|
|
# define LINUX |
|
|
# define LINUX |
|
|
|
|
|
# include <sys/mman.h> |
|
|
#elif defined TARGET_OS_MAC || defined __apple__ || defined __APPLE__ |
|
|
#elif defined TARGET_OS_MAC || defined __apple__ || defined __APPLE__ |
|
|
# define MACOSX |
|
|
# define MACOSX |
|
|
# define _DARWIN_USE_64_BIT_INODE |
|
|
# define _DARWIN_USE_64_BIT_INODE |
|
|