X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-openbsd.h;h=70f58b49ce3572a9f24b414a998ed79e6ab32a49;hb=a5951dd7710352c373aa1018ec42181b07031165;hp=675bf892d78ab556d178c8dff51e482e8b4267ed;hpb=dad0ea54b595ad656aca4087014afb438c7d44f0;p=fio.git diff --git a/os/os-openbsd.h b/os/os-openbsd.h index 675bf892..70f58b49 100644 --- a/os/os-openbsd.h +++ b/os/os-openbsd.h @@ -11,23 +11,20 @@ #include #include #include -/* XXX hack to avoid conflicts between rbtree.h and */ #include + +/* XXX hack to avoid conflicts between rbtree.h and */ #undef RB_BLACK #undef RB_RED #undef RB_ROOT #include "../file.h" -#undef FIO_HAVE_ODIRECT -#define FIO_USE_GENERIC_RAND #define FIO_USE_GENERIC_INIT_RANDOM_STATE #define FIO_HAVE_FS_STAT #define FIO_HAVE_GETTID #define FIO_HAVE_SHM_ATTACH_REMOVED -#undef FIO_HAVE_CPU_AFFINITY /* doesn't exist */ - #define OS_MAP_ANON MAP_ANON #ifndef PTHREAD_STACK_MIN