Home
last modified time | relevance | path

Searched refs:libc_may_be_musl (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_binding.cc220 static bool libc_may_be_musl() { in libc_may_be_musl() function
229 static bool libc_may_be_musl() { return false; } in libc_may_be_musl() function
335 if (libc_may_be_musl()) { in Close()