[PATCH] fio: pretty close to compiling/working on FreeBSD now
[disktools.git] / os-freebsd.h
CommitLineData
c36da471
JA
1#ifndef FIO_OS_FREEBSD_H
2#define FIO_OS_FREEBSD_H
3
4#undef FIO_HAVE_LIBAIO
5#define FIO_HAVE_POSIXAIO
6#undef FIO_HAVE_FADVISE
7#undef FIO_HAVE_CPU_AFFINITY
35deef72 8#undef FIO_HAVE_DISK_UTIL
c36da471 9
35deef72 10#define OS_MAP_ANON (MAP_ANON)
c36da471
JA
11
12#endif