Skip to content

Commit 6cfad60

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update googletest to 2d16ed0
PR-URL: #51657 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 34708d1 commit 6cfad60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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)