X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=helpers.c;h=ab9d706da87935870ce3784b4d4fedafc2f2db48;hb=dc10c23ab9a7b34f50a4957789ce1f2e0883366b;hp=4342b2d2fa083b0dc5dba021d89d1021a806d39a;hpb=4b20c6814d4742e27a68f8a740a955283869fbcd;p=fio.git diff --git a/helpers.c b/helpers.c index 4342b2d2..ab9d706d 100644 --- a/helpers.c +++ b/helpers.c @@ -1,13 +1,6 @@ -#include #include -#include -#include -#include -#include -#include "compiler/compiler.h" -#include "arch/arch.h" -#include "os/os.h" +#include "helpers.h" #ifndef CONFIG_LINUX_FALLOCATE int fallocate(int fd, int mode, off_t offset, off_t len) @@ -25,7 +18,8 @@ int posix_fallocate(int fd, off_t offset, off_t len) #endif #ifndef CONFIG_SYNC_FILE_RANGE -int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) +int sync_file_range(int fd, uint64_t offset, uint64_t nbytes, + unsigned int flags) { errno = ENOSYS; return -1;