Skip to content

Commit 0d0a0b6

Browse files
committed
V8 platform-posix.cc: OS::HasLazyCommits() patch
Merged hunk nodejs#3 of patch-deps_v8_src_base_platform-posix_cc
1 parent be471d7 commit 0d0a0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/src/base/platform/platform-posix.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemoryHandle handle) {
594594

595595
// static
596596
bool OS::HasLazyCommits() {
597-
#if V8_OS_AIX || V8_OS_LINUX || V8_OS_DARWIN
597+
#if V8_OS_AIX || V8_OS_LINUX || V8_OS_DARWIN || V8_OS_OPENBSD
598598
return true;
599599
#else
600600
// TODO(bbudge) Return true for all POSIX platforms.

0 commit comments

Comments
 (0)