Skip to content

Commit 7ca83a5

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update googletest to 2d16ed0
PR-URL: #51657 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3b15eb5 commit 7ca83a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/googletest/include/gtest/internal/gtest-port.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,8 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SECTION;
607607
defined(GTEST_OS_NETBSD) || defined(GTEST_OS_FUCHSIA) || \
608608
defined(GTEST_OS_DRAGONFLY) || defined(GTEST_OS_GNU_KFREEBSD) || \
609609
defined(GTEST_OS_OPENBSD) || defined(GTEST_OS_HAIKU) || \
610-
defined(GTEST_OS_GNU_HURD))
610+
defined(GTEST_OS_GNU_HURD) || defined(GTEST_OS_SOLARIS) || \
611+
defined(GTEST_OS_AIX) || defined(GTEST_OS_ZOS))
611612
#define GTEST_HAS_PTHREAD 1
612613
#else
613614
#define GTEST_HAS_PTHREAD 0

0 commit comments

Comments
 (0)