From: Bart Van Assche Date: Wed, 24 Aug 2022 22:05:32 +0000 (-0700) Subject: Linux: Use the byte order functions from X-Git-Tag: fio-3.33~57^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e69d8385f127899e2bee6d816e0187072813ed8c;p=fio.git Linux: Use the byte order functions from Prepare for the unification of the Linux and Android header files by switching to the functions for Linux. Signed-off-by: Bart Van Assche --- diff --git a/os/os-linux.h b/os/os-linux.h index 4a05a775..84d1e331 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -17,6 +17,7 @@ #include #include #include +#include #ifdef ARCH_HAVE_CRC_CRYPTO #include @@ -50,6 +51,7 @@ #define FIO_HAVE_TRIM #define FIO_HAVE_GETTID #define FIO_USE_GENERIC_INIT_RANDOM_STATE +#define FIO_HAVE_BYTEORDER_FUNCS #define FIO_HAVE_PWRITEV2 #define FIO_HAVE_SHM_ATTACH_REMOVED