From 57246934e71265e00e613a4d460386b7f13cfa78 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 10 Aug 2026 11:28:12 +0100 Subject: [PATCH] doc: remove mention of wsystem Followup to #35704. --- cmake/bitcoin-build-config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/bitcoin-build-config.h.in b/cmake/bitcoin-build-config.h.in index bf3ddcd7ff6..1743d79f44d 100644 --- a/cmake/bitcoin-build-config.h.in +++ b/cmake/bitcoin-build-config.h.in @@ -88,7 +88,7 @@ /* Define this symbol if the BSD sysctl(KERN_ARND) is available */ #cmakedefine HAVE_SYSCTL_ARND 1 -/* Define to 1 if std::system or ::wsystem is available. */ +/* Define to 1 if std::system is available. */ #cmakedefine HAVE_SYSTEM 1 /* Define to the address where bug reports for this package should be sent. */