]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - io/io.h
configure: don't check for mincor
[thirdparty/xfsprogs-dev.git] / io / io.h
diff --git a/io/io.h b/io/io.h
index 2a9ef97c30772daa473a0c7f004d8d8a63b80b4d..44ada500b89f7adfd87f2e82d4403948915115fe 100644 (file)
--- a/io/io.h
+++ b/io/io.h
@@ -119,12 +119,7 @@ extern void                utimes_init(void);
 extern void            fadvise_init(void);
 extern void            sendfile_init(void);
 extern void            madvise_init(void);
-
-#ifdef HAVE_MINCORE
 extern void            mincore_init(void);
-#else
-#define mincore_init() do { } while (0)
-#endif
 
 #ifdef HAVE_FIEMAP
 extern void            fiemap_init(void);