This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add missing locale aliases
ClosedPublic

Authored by smeenai on Sep 28 2016, 7:37 PM.

Details

Summary

Add underscore aliases for strtof_l and strtod_l. _strtold_l exists in
VS 2013 and above, so fix that definition as a drive-by fix.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai updated this revision to Diff 72942.Sep 28 2016, 7:37 PM
smeenai retitled this revision from to [libc++] Add missing locale aliases.
smeenai updated this object.
smeenai added reviewers: compnerd, EricWF, mclow.lists.
smeenai added a subscriber: cfe-commits.
EricWF accepted this revision.Sep 28 2016, 8:42 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Sep 28 2016, 8:42 PM
This revision was automatically updated to reflect the committed changes.