[PATCH] fio: os-freebsd.h header
authorJens Axboe <axboe@suse.de>
Mon, 5 Dec 2005 18:53:13 +0000 (19:53 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 5 Dec 2005 18:53:13 +0000 (19:53 +0100)
os-freebsd.h [new file with mode: 0644]

diff --git a/os-freebsd.h b/os-freebsd.h
new file mode 100644 (file)
index 0000000..6d00064
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef FIO_OS_FREEBSD_H
+#define FIO_OS_FREEBSD_H
+
+#undef FIO_HAVE_LIBAIO
+#define FIO_HAVE_POSIXAIO
+#undef FIO_HAVE_FADVISE
+#undef FIO_HAVE_CPU_AFFINITY
+
+#define OS_MMAP_ANON           (MMAP_ANON)
+
+#endif