[libcxx-commits] [PATCH] D151868: [libcxx] __support: Implement strtol_l() / strtoul_l() consistently
Brad Smith via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 1 01:24:27 PDT 2023
brad created this revision.
brad added a reviewer: libc++.
brad added a project: libc++.
Herald added a project: All.
brad requested review of this revision.
Herald added 1 blocking reviewer(s): libc++.
- Move fallback functions for strtol_l() and strtoul_l() to __strtonum_fallback.h.
- Add strtoul_l() for older Android.
- Windows provides _strtol_l and _strtoul_l.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151868
Files:
libcxx/include/__support/android/locale_bionic.h
libcxx/include/__support/musl/xlocale.h
libcxx/include/__support/openbsd/xlocale.h
libcxx/include/__support/win32/locale_win32.h
libcxx/include/__support/xlocale/__strtonum_fallback.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151868.527299.patch
Type: text/x-patch
Size: 3614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230601/3c7dc9e1/attachment.bin>
More information about the libcxx-commits
mailing list