- 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It looks like we don't actually use strtol_l or strtoul_l anywhere, so we might as well just remove these functions.