sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-17 04:05:06 +00:00
parent 02776f1507
commit a0fe1892c0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
885 changed files with 6817 additions and 4874 deletions

View file

@ -1,7 +1,7 @@
Index: v8/src/api/api.cc
--- v8/src/api/api.cc.orig
+++ v8/src/api/api.cc
@@ -143,7 +143,7 @@
@@ -141,7 +141,7 @@
#include "src/wasm/wasm-serialization.h"
#endif // V8_ENABLE_WEBASSEMBLY
@ -10,7 +10,7 @@ Index: v8/src/api/api.cc
#include <signal.h>
#include <unistd.h>
@@ -6471,7 +6471,7 @@ bool v8::V8::Initialize(const int build_config) {
@@ -6336,7 +6336,7 @@ bool v8::V8::Initialize(const int build_config) {
return true;
}