X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helpers.h;h=da20a6bac38465438437c7b376611f892ac9e735;hp=7b1ad3493c60624863e60f67602b03cab86aa145;hb=3f36aa6b73eb5730d7de716391dcf0735e886d10;hpb=c3d3178b0e14dc1612b397f115d7853200b62146 diff --git a/helpers.h b/helpers.h index 7b1ad349..da20a6ba 100644 --- a/helpers.h +++ b/helpers.h @@ -7,6 +7,7 @@ struct in_addr; +extern int _weak fallocate(int fd, int mode, off_t offset, off_t len); extern int _weak posix_memalign(void **ptr, size_t align, size_t size); extern int _weak posix_fallocate(int fd, off_t offset, off_t len); extern int _weak inet_aton(const char *cp, struct in_addr *inp);