X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helpers.c;h=4342b2d2fa083b0dc5dba021d89d1021a806d39a;hp=dce967d39d6c4bc8f1e2b7cbf8410fdaa1aed093;hb=86fb8d809e36b5312171cfde8ce085a07202b9c1;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0 diff --git a/helpers.c b/helpers.c index dce967d3..4342b2d2 100644 --- a/helpers.c +++ b/helpers.c @@ -32,7 +32,7 @@ int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) } #endif -#ifndef CONFIG_FADVISE +#ifndef CONFIG_POSIX_FADVISE int posix_fadvise(int fd, off_t offset, off_t len, int advice) { return 0;