Merge branch 'master' into gfio
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index c6da0c3d9f0825efe6f078f59aa6566c6bc27258..e2c188f1235cc5c0e85d280582ba0ed0a4b18483 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -84,7 +84,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