libc: Eliminate some relative relocations in setlocale().

This commit is contained in:
Jilles Tjoelker 2011-12-27 23:28:01 +00:00
parent 669ab20feb
commit 571eea83bb

View File

@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
/*
* Category names for getenv()
*/
static char *categories[_LC_LAST] = {
static const char categories[_LC_LAST][12] = {
"LC_ALL",
"LC_COLLATE",
"LC_CTYPE",