mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Update xfstests m4 macros to match other packages.
Merge of xfs-cmds-melb:slinx:19696a by kenmcd.
This commit is contained in:
@@ -8,7 +8,7 @@ AC_DEFUN([AC_HAVE_FADVISE],
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#include <fcntl.h>
|
||||
], [
|
||||
posix_fadvise(0, 1, 0, 0);
|
||||
posix_fadvise(0, 1, 0, POSIX_FADV_NORMAL);
|
||||
], have_fadvise=yes
|
||||
AC_MSG_RESULT(yes),
|
||||
AC_MSG_RESULT(no))
|
||||
|
||||
Reference in New Issue
Block a user