Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4fa807

Browse files
author
Skip Montanaro
committed
Typo: HAVE_SYNC -> HAVE_FSYNC
1 parent 39cb54b commit d4fa807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ AC_TRY_COMPILE([#include <unistd.h>], void *x=fchdir,
21052105
)
21062106
AC_MSG_CHECKING(for fsync)
21072107
AC_TRY_COMPILE([#include <unistd.h>], void *x=fsync,
2108-
AC_DEFINE(HAVE_SYNC, 1, Define if you have the 'fsync' function.)
2108+
AC_DEFINE(HAVE_FSYNC, 1, Define if you have the 'fsync' function.)
21092109
AC_MSG_RESULT(yes),
21102110
AC_MSG_RESULT(no)
21112111
)

0 commit comments

Comments
 (0)