[K/N][Runtime] Add \x01_munmap to the CallsChecker's excludes

This commit is contained in:
Ilya Matveev
2021-10-18 13:41:27 +07:00
committed by Space
parent 3ffc8c4a82
commit 8466f26093
@@ -110,6 +110,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"memcmp",
"memmem",
"munmap",
"\x01_munmap",
"nextafter",
"nextafterf",
"pow",