Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
[fio.git] / os / os-solaris.h
index 943d387da4d748a10b07ac3fb0af8d270f23af7c..5029d38f356e5983992bb58ae04cfffa77773a5d 100644 (file)
@@ -108,4 +108,8 @@ static inline int fio_cpuset_exit(os_cpu_mask_t *mask)
  */
 #define FIO_MAX_CPUS                   16384
 
+#ifdef MADV_FREE
+#define FIO_MADV_FREE  MADV_FREE
+#endif
+
 #endif