Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly import locale modules (#771)
The Darwin module is slowly being split up, and as it gets further along, it will stop importing some of the split-out modules like the one for locale.h that provides newlocale() and other locale API. However, there's a wrinkle that on platforms with xlocale, it's xlocale.h that provides most of the POSIX locale.h functions and not locale.h, so prefer the xlocale module when available.
- Loading branch information