Fix compatibility with fio 3.28+

This commit is contained in:
Vitaliy Filippov
2022-01-31 23:39:14 +03:00
parent d4bc10542c
commit ebaf4d7a72
+1 -1
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"
}