mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 15:01:09 +00:00
Make _nl_category_name_idxs extern.
This commit is contained in:
parent
42282d570b
commit
715d43fedd
@ -1,5 +1,5 @@
|
|||||||
/* Declarations for internal libc locale interfaces
|
/* Declarations for internal libc locale interfaces
|
||||||
Copyright (C) 1995-2003, 2005, 2006 Free Software Foundation, Inc.
|
Copyright (C) 1995-2003, 2005, 2006, 2007 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -186,7 +186,7 @@ extern const union catnamestr_t
|
|||||||
};
|
};
|
||||||
char str[0];
|
char str[0];
|
||||||
} _nl_category_names attribute_hidden;
|
} _nl_category_names attribute_hidden;
|
||||||
const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;
|
extern const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;
|
||||||
extern const uint8_t _nl_category_name_sizes[__LC_LAST] attribute_hidden;
|
extern const uint8_t _nl_category_name_sizes[__LC_LAST] attribute_hidden;
|
||||||
|
|
||||||
/* Name of the standard locales. */
|
/* Name of the standard locales. */
|
||||||
|
Loading…
Reference in New Issue
Block a user