Skip to content

Commit b2c85bd

Browse files
committed
Merge bitcoin#27656: build, doc: Adjust comment after PR27254
3ece0eb build, doc: Adjust comment after PR27254 (Hennadii Stepanov) Pull request description: This is a follow up for bitcoin#27254. ACKs for top commit: TheCharlatan: ACK 3ece0eb Tree-SHA512: 36c627524304f0ea964383488acb9b16d0b553cc9cf3bce7a12aec65a7905b13e4582b7b7ec6d1efa32cd3c623969bc00f805ff31d9e6eec86a614e75796c8ff
2 parents 3a63ef5 + 3ece0eb commit b2c85bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <malloc.h>]],
10751075
dnl Check for posix_fallocate
10761076
AC_MSG_CHECKING([for posix_fallocate])
10771077
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1078-
// same as in src/util/system.cpp
1078+
// same as in src/util/fs_helpers.cpp
10791079
#ifdef __linux__
10801080
#ifdef _POSIX_C_SOURCE
10811081
#undef _POSIX_C_SOURCE

0 commit comments

Comments
 (0)