[libcxx-commits] [PATCH] D122532: Do not use non-POSIX strtoll_l and strtoull_l
Yuriy Chernyshov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 28 13:24:29 PDT 2022
georgthegreat added a comment.
The lack of `_l` methods in musl looks intentional:
https://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n161
musl has these methods for floating point types in glibc compatibility mode, yet there is no trace of locale-dependent integer parsing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122532/new/
https://reviews.llvm.org/D122532
More information about the libcxx-commits
mailing list