Add support for POSIX_FADV_STREAMID
[fio.git] / os / os-linux.h
index e1936342bd54fceac5b61d765a86adfacfdcf970..b786393f77d9ed6e596de5b63d20b7b1707d9a51 100644 (file)
@@ -282,4 +282,10 @@ static inline int fio_set_sched_idle(void)
 }
 #endif
 
+#ifndef POSIX_FADV_STREAMID
+#define POSIX_FADV_STREAMID    8
+#endif
+
+#define FIO_HAVE_STREAMID
+
 #endif