Native: remove close from CallsChecker exclude list

The tests pass without it.
This commit is contained in:
Svyatoslav Scherbina
2022-07-27 11:50:04 +02:00
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" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"\x01_close",
"\x01_mprotect",
"close",
"mprotect",
"posix_memalign",