X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helpers.c;h=ab9d706da87935870ce3784b4d4fedafc2f2db48;hp=4342b2d2fa083b0dc5dba021d89d1021a806d39a;hb=6463db6c1d3a2a961008e87a86d464b596886f1a;hpb=4b20c6814d4742e27a68f8a740a955283869fbcd 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;