Mark __collate_load_tables_l as static
Remove useless addition to Symbols.map
This commit is contained in:
parent
9e9acbb2b8
commit
32118b1361
@ -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…
x
Reference in New Issue
Block a user