I'm building libc++ against musl, it requires strtoull_l and similar functions in order to implement C++ header <locale>. I have no idea whether these functions are standard or glibc extensions.

Thanks
Yao