X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/1df5f87f1309a8daa30dabdee855f48ae40d14ab..6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174:/runtime/InitializeThreading.h diff --git a/runtime/InitializeThreading.h b/runtime/InitializeThreading.h index 1a93ccb..91301a0 100644 --- a/runtime/InitializeThreading.h +++ b/runtime/InitializeThreading.h @@ -33,7 +33,7 @@ namespace JSC { // This function must be called from the main thread. It is safe to call it repeatedly. // Darwin is an exception to this rule: it is OK to call this function from any thread, even reentrantly. - void initializeThreading(); + JS_EXPORT_PRIVATE void initializeThreading(); }