aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/BunDetectLibcModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/BunDetectLibcModule.h')
-rw-r--r--src/bun.js/bindings/BunDetectLibcModule.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bun.js/bindings/BunDetectLibcModule.h b/src/bun.js/bindings/BunDetectLibcModule.h
new file mode 100644
index 000000000..4051e6750
--- /dev/null
+++ b/src/bun.js/bindings/BunDetectLibcModule.h
@@ -0,0 +1,4 @@
+#include "root.h"
+#include "JavaScriptCore/JSObject.h"
+
+JSC::JSObject* createDetectLibcModule(JSC::JSGlobalObject* globalObject); \ No newline at end of file