ports/www/chromium/files/patch-v8_src_trap-handler_handler-inside-posix.h
Robert Nagy 4eb083eab9 www/chromium: update to 101.0.4951.41
Security:	26f2123b-c6c6-11ec-b66f-3065ec8fd3ec
2022-04-28 09:47:56 +02:00

11 lines
384 B
C++

--- v8/src/trap-handler/handler-inside-posix.h.orig 2022-04-21 18:48:31 UTC
+++ v8/src/trap-handler/handler-inside-posix.h
@@ -13,7 +13,7 @@ namespace v8 {
namespace internal {
namespace trap_handler {
-#if V8_OS_LINUX || V8_OS_FREEBSD
+#if V8_OS_LINUX || V8_OS_FREEBSD || V8_OS_OPENBSD
constexpr int kOobSignal = SIGSEGV;
#elif V8_OS_DARWIN
constexpr int kOobSignal = SIGBUS;