summaryrefslogtreecommitdiff
path: root/libeio.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libeio.m4')
-rw-r--r--libeio.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libeio.m4 b/libeio.m4
index 08a0422..f6c7078 100644
--- a/libeio.m4
+++ b/libeio.m4
@@ -128,7 +128,7 @@ AC_CACHE_CHECK(for fallocate, ac_cv_fallocate, [AC_LINK_IFELSE([
int main (void)
{
int fd = 0;
- int mode = FALLOC_FL_KEEP_SIZE;
+ int mode = 0;
off_t offset = 1;
off_t len = 1;
int res;