Skip to content

Commit

Permalink
V8 platform-posix.cc: OS::HasLazyCommits() patch
Browse files Browse the repository at this point in the history
Merged hunk nodejs#3 of patch-deps_v8_src_base_platform-posix_cc
  • Loading branch information
barrykn committed Nov 21, 2022
1 parent be471d7 commit 0d0a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/src/base/platform/platform-posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemoryHandle handle) {

// static
bool OS::HasLazyCommits() {
#if V8_OS_AIX || V8_OS_LINUX || V8_OS_DARWIN
#if V8_OS_AIX || V8_OS_LINUX || V8_OS_DARWIN || V8_OS_OPENBSD
return true;
#else
// TODO(bbudge) Return true for all POSIX platforms.
Expand Down

0 comments on commit 0d0a0b6

Please sign in to comment.