We need to grab and mark the file open before jumping to an error path
[fio.git] / os / os-solaris.h
index ae905169cc720a33b90c4f2a47abfd8a045f59dc..ac22bff154d4ecc9ade86d57ba6eb8dd2680d7ab 100644 (file)
@@ -1,15 +1,10 @@
 #ifndef FIO_OS_SOLARIS_H
 #define FIO_OS_SOLARIS_H
 
-#undef FIO_HAVE_LIBAIO
 #define FIO_HAVE_POSIXAIO
 #define FIO_HAVE_SOLARISAIO
-#undef FIO_HAVE_FADVISE
-#undef FIO_HAVE_CPU_AFFINITY
-#undef FIO_HAVE_DISK_UTIL
-#undef FIO_HAVE_SGIO
-#undef FIO_HAVE_ODIRECT
 #define FIO_HAVE_FALLOCATE
+#define FIO_HAVE_POSIXAIO_FSYNC
 
 #define OS_MAP_ANON            (MAP_ANON)