Not all platforms have ENODATA
[fio.git] / options.c
index 5aad00501c42b124cf9a7198c45aba5769c9baa2..cc131a288c1b2f5244bc279dfdffa6031017e39d 100644 (file)
--- a/options.c
+++ b/options.c
@@ -556,6 +556,11 @@ static struct fio_option options[] = {
                          { .ival = "posixaio",
                            .help = "POSIX asynchronous IO",
                          },
+#endif
+#ifdef FIO_HAVE_SOLARISAIO
+                         { .ival = "solarisaio",
+                           .help = "Solaris native asynchronous IO",
+                         },
 #endif
                          { .ival = "mmap",
                            .help = "Memory mapped IO",