From: Bruno Haible Date: Wed, 6 May 2026 09:52:06 +0000 (+0200) Subject: pthread-h: Fix compilation error in C++ mode on mingw. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5196115d4bb02e6f5eecfe2ac23fed7df00f31;p=thirdparty%2Fgnulib.git pthread-h: Fix compilation error in C++ mode on mingw. --- diff --git a/ChangeLog b/ChangeLog index d379b2d42a..2ab56a2f59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2026-05-06 Bruno Haible - pthread-h: Fix compilation error in C++ mode. + pthread-h: Fix compilation error in C++ mode on mingw. Reported by Daiki Ueno. * lib/pthread.in.h: Disable the 'using GNULIB_NAMESPACE::pthread_*' directives for which the corresponding Gnulib module is not present.