rtasm: Generalize executable memory allocator to all Unices.
[mesa.git] / src / gallium / auxiliary / rtasm / rtasm_execmem.c
index 8c3dbefd109b5854a50d6d4c3e63cb41889cdf86..f7e605e9563323626de81403079fda27e80699b3 100644 (file)
@@ -49,7 +49,7 @@
 #include <windows.h>
 #endif
 
-#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_CYGWIN)
+#if defined(PIPE_OS_UNIX)
 
 
 /*