Skip to content

Commit 327933f

Browse files
committed
Merge branch 'ns/core-fsyncmethod'
A couple of fix-up to a topic that is now in 'master'. source: <[email protected]> * ns/core-fsyncmethod: configure.ac: fix HAVE_SYNC_FILE_RANGE definition
2 parents 0f0303a + 2e37594 commit 327933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ GIT_CONF_SUBST([HAVE_CLOCK_MONOTONIC])
10871087
# Define HAVE_SYNC_FILE_RANGE=YesPlease if sync_file_range is available.
10881088
GIT_CHECK_FUNC(sync_file_range,
10891089
[HAVE_SYNC_FILE_RANGE=YesPlease],
1090-
[HAVE_SYNC_FILE_RANGE])
1090+
[HAVE_SYNC_FILE_RANGE=])
10911091
GIT_CONF_SUBST([HAVE_SYNC_FILE_RANGE])
10921092

10931093
#

0 commit comments

Comments
 (0)