From: Christian Goeschel Ndjomouo Date: Sun, 3 May 2026 00:02:03 +0000 (-0400) Subject: fincore: define HAVE_CACHESTAT on fallback X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9535ea2a289753a93526e9e5389acad55b501fdb;p=thirdparty%2Futil-linux.git fincore: define HAVE_CACHESTAT on fallback Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/misc-utils/fincore.c b/misc-utils/fincore.c index b0c0d1f48..366aa6f3c 100644 --- a/misc-utils/fincore.c +++ b/misc-utils/fincore.c @@ -77,6 +77,7 @@ static inline int cachestat(unsigned int fd, return syscall(SYS_cachestat, fd, cstat_range, cstat, flags); } +#define HAVE_CACHESTAT 1 #endif // HAVE_CACHESTAT struct colinfo {