From 38173b70a257713ea47722d34867959945a22098 Mon Sep 17 00:00:00 2001 From: jilles Date: Tue, 27 Dec 2011 23:28:01 +0000 Subject: libc: Eliminate some relative relocations in setlocale(). --- lib/libc/locale/setlocale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/locale') diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index 8cf8fd4..0322af2 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -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", -- cgit v1.1