mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
use mmap on freebsd too
This commit is contained in:
parent
df758ba6c2
commit
c51d99117c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
/* need this on NX enabled systems (i386 with PAE kernel or
|
||||
* noexec32=on x86_64) */
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define VM_X86_MMAP
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue