Native: remove close from CallsChecker exclude list
The tests pass without it.
This commit is contained in:
committed by
Space
parent
31434550e0
commit
dc27391cc7
@@ -22,9 +22,7 @@ extern "C" const void **Kotlin_callsCheckerKnownFunctions = nullptr;
|
|||||||
extern "C" int Kotlin_callsCheckerKnownFunctionsCount = 0;
|
extern "C" int Kotlin_callsCheckerKnownFunctionsCount = 0;
|
||||||
|
|
||||||
extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
|
extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
|
||||||
"\x01_close",
|
|
||||||
"\x01_mprotect",
|
"\x01_mprotect",
|
||||||
"close",
|
|
||||||
"mprotect",
|
"mprotect",
|
||||||
"posix_memalign",
|
"posix_memalign",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user