Fix compatibility with fio 3.28+

non-odp-rdma
Vitaliy Filippov 2022-01-31 23:39:11 +03:00
parent d4bc10542c
commit ebaf4d7a72
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
extern "C" {
// Kill atomics in fio headers
#define _STDATOMIC_H
#include "fio/arch/arch.h"
@ -11,6 +10,7 @@ extern "C" {
#define CONFIG_HAVE_GETTID
#define CONFIG_SYNC_FILE_RANGE
#define CONFIG_PWRITEV2
extern "C" {
#include "fio/fio.h"
#include "fio/optgroup.h"
}