projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a984b9e
)
[PATCH] fio: os-freebsd.h header
author
Jens Axboe
<axboe@suse.de>
Mon, 5 Dec 2005 18:53:13 +0000
(19:53 +0100)
committer
Jens Axboe
<axboe@suse.de>
Mon, 5 Dec 2005 18:53:13 +0000
(19:53 +0100)
os-freebsd.h
[new file with mode: 0644]
patch
|
blob
diff --git a/os-freebsd.h
b/os-freebsd.h
new file mode 100644
(file)
index 0000000..
6d00064
--- /dev/null
+++ b/
os-freebsd.h
@@ -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