aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSFFIFunction.h
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-09-06 20:59:18 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-09-06 20:59:18 -0700
commit6e9159a9adf94953f66c56fcb99f8c4e2187ef6a (patch)
treeea8a250f099fd59df633a444faf878f225b36c7f /src/bun.js/bindings/JSFFIFunction.h
parentdda23a60766c23fcd4d8cb24b9d232820cc5aab9 (diff)
downloadbun-6e9159a9adf94953f66c56fcb99f8c4e2187ef6a.tar.gz
bun-6e9159a9adf94953f66c56fcb99f8c4e2187ef6a.tar.zst
bun-6e9159a9adf94953f66c56fcb99f8c4e2187ef6a.zip
workaround test failure
Diffstat (limited to 'src/bun.js/bindings/JSFFIFunction.h')
-rw-r--r--src/bun.js/bindings/JSFFIFunction.h2
1 files changed, 1 insertions, 1 deletions
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);