Merge branch 'master' into gfio
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 2e4764e18f4ab6c021c3171827bd7323b52ef8bf..8ca507a68cbbede9c2f5367e49174f9ec7a2a2b6 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -83,7 +83,7 @@ typedef unsigned long os_cpu_mask_t;
 #endif
 
 #ifndef FIO_HAVE_IOPRIO
-#define ioprio_set(which, who, prio)   (0)
+#define ioprio_set(which, who, prioclass, prio)        (0)
 #endif
 
 #ifndef FIO_HAVE_ODIRECT