Fixing compile error

This commit is contained in:
Vasily Litvinov 2014-04-07 23:29:23 +04:00
parent 5dd25f04ef
commit b40a0ef590

View File

@ -67,6 +67,7 @@ loadLibrary(Thread* t, object, uintptr_t* arguments)
if (strcmp(RUNTIME_ARRAY_BODY(n), "conscrypt_jni") != 0) { if (strcmp(RUNTIME_ARRAY_BODY(n), "conscrypt_jni") != 0) {
loadLibrary(t, "", RUNTIME_ARRAY_BODY(n), true, true); loadLibrary(t, "", RUNTIME_ARRAY_BODY(n), true, true);
} }
}
void JNICALL void JNICALL
finalizeAllEnqueued(Thread*, object, uintptr_t*) finalizeAllEnqueued(Thread*, object, uintptr_t*)