mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-14 14:11:15 +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
|
/* need this on NX enabled systems (i386 with PAE kernel or
|
||||||
* noexec32=on x86_64) */
|
* noexec32=on x86_64) */
|
||||||
#ifdef __linux__
|
#if defined(__linux__) || defined(__FreeBSD__)
|
||||||
#define VM_X86_MMAP
|
#define VM_X86_MMAP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue