X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/060df5ea7c632b1ac8cc8aac1fb59758165c2084..6d2010ae8f7a6078e10b361c6962983bab233e0f:/bsd/sys/mman.h diff --git a/bsd/sys/mman.h b/bsd/sys/mman.h index a82aec943..109c63634 100644 --- a/bsd/sys/mman.h +++ b/bsd/sys/mman.h @@ -130,6 +130,7 @@ typedef __darwin_size_t size_t; #define MAP_NOEXTEND 0x0100 /* for MAP_FILE, don't change file size */ #define MAP_HASSEMAPHORE 0x0200 /* region may contain semaphores */ #define MAP_NOCACHE 0x0400 /* don't cache pages for this mapping */ +#define MAP_JIT 0x0800 /* Allocate a region that will be used for JIT purposes */ #endif /* (!_POSIX_C_SOURCE || _DARWIN_C_SOURCE) */ /*