mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark __collate_load_tables_l as static
Remove useless addition to Symbols.map
This commit is contained in:
parent
536451f914
commit
a6d2922cbb
2 changed files with 1 additions and 4 deletions
|
|
@ -214,7 +214,4 @@ FBSDprivate_1.0 {
|
|||
__detect_path_locale;
|
||||
__collate_load_error;
|
||||
__collate_range_cmp;
|
||||
__collate_load_tables_l;
|
||||
__collate_lookup;
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ struct xlocale_collate __xlocale_C_collate = {
|
|||
{{0}, "C"}, 1, 0, 0, 0
|
||||
};
|
||||
|
||||
int
|
||||
static int
|
||||
__collate_load_tables_l(const char *encoding, struct xlocale_collate *table);
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue