summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-05-23 21:35:07 +0000
committerPeter Jones <pjones@redhat.com>2006-05-23 21:35:07 +0000
commit199794911e1d99c499de2bdc9790fb947b2d4ea8 (patch)
treef28fffc8310674a5d4e48ceaa8d57fa999e567f5 /stubs
parent47c22f55b52d7547060c9fbb1ce197cb41c16871 (diff)
downloadanaconda-199794911e1d99c499de2bdc9790fb947b2d4ea8.tar.gz
anaconda-199794911e1d99c499de2bdc9790fb947b2d4ea8.tar.xz
anaconda-199794911e1d99c499de2bdc9790fb947b2d4ea8.zip
- fix build problems, hopefully...
Diffstat (limited to 'stubs')
-rw-r--r--stubs/unicode-lite.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stubs/unicode-lite.c b/stubs/unicode-lite.c
index 87c2b6594..2d390b54a 100644
--- a/stubs/unicode-lite.c
+++ b/stubs/unicode-lite.c
@@ -71,6 +71,9 @@ const char *const _nl_category_names[] = {
[LC_ALL] = "LC_ALL"
};
+u_int8_t my_nl_category_name_idxs[1] = {0};
+strong_alias (my_nl_category_name_idxs, _nl_category_name_idxs);
+
const size_t _nl_category_name_sizes[] = {
[LC_COLLATE] = sizeof("LC_COLLATE") - 1,
[LC_CTYPE] = sizeof("LC_CTYPE") -1,