libc: Eliminate some relative relocations in setlocale().
This commit is contained in:
parent
669ab20feb
commit
571eea83bb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user