summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/xlocale.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz2017-03-221-0/+12
The locale_t type is provided by <xlocale.h> on Linux, FreeBSD, and Darwin. While, like on some of those systems, it is automatically included by <locale.h> with the proper feature test macros, its presence under this particular name is still presumed in real-world software. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>