diff options
author | Peter Jones <pjones@redhat.com> | 2006-05-23 21:35:07 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-05-23 21:35:07 +0000 |
commit | 199794911e1d99c499de2bdc9790fb947b2d4ea8 (patch) | |
tree | f28fffc8310674a5d4e48ceaa8d57fa999e567f5 /stubs | |
parent | 47c22f55b52d7547060c9fbb1ce197cb41c16871 (diff) | |
download | anaconda-199794911e1d99c499de2bdc9790fb947b2d4ea8.tar.gz anaconda-199794911e1d99c499de2bdc9790fb947b2d4ea8.tar.xz anaconda-199794911e1d99c499de2bdc9790fb947b2d4ea8.zip |
- fix build problems, hopefully...
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/unicode-lite.c | 3 |
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, |