From 6e9159a9adf94953f66c56fcb99f8c4e2187ef6a Mon Sep 17 00:00:00 2001
From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Date: Tue, 6 Sep 2022 20:59:18 -0700
Subject: workaround test failure
---
src/bun.js/bindings/JSFFIFunction.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/bun.js/bindings/JSFFIFunction.h')
diff --git a/src/bun.js/bindings/JSFFIFunction.h b/src/bun.js/bindings/JSFFIFunction.h
index e30beb5ea..45257cf49 100644
--- a/src/bun.js/bindings/JSFFIFunction.h
+++ b/src/bun.js/bindings/JSFFIFunction.h
@@ -85,4 +85,4 @@ private:
} // namespace JSC
-extern "C" Zig::JSFFIFunction* Bun__CreateFFIFunction(Zig::GlobalObject* globalObject, const ZigString* symbolName, unsigned argCount, Zig::FFIFunction functionPointer);
+extern "C" Zig::JSFFIFunction* Bun__CreateFFIFunction(Zig::GlobalObject* globalObject, const ZigString* symbolName, unsigned argCount, Zig::FFIFunction functionPointer, bool strong);
--
cgit v1.2.3
bun-polyfills'>bun-polyfills
Unnamed repository; edit this file 'description' to name the repository. | |