Gallium: Use mmap on Haiku for executable memory vs malloc

* Haiku now has DEP enabled by default.
This commit is contained in:
Alexander von Gluck IV 2013-04-29 18:08:41 -05:00
parent 60cc73c333
commit f1361ed084

View file

@ -49,7 +49,7 @@
#include <windows.h>
#endif
#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)
#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU)
/*