libc/locale: don't expose nonexistant __collate_load_error
The private symbol __collate_load_error was removed in 2015 in commit2a6abeebef. While it had previously been accidently removed in 2011 (commit 3c87aa1d3dc1a) and restored in 2012 (commitbb4317bf3c) I think it's time to write it off after four major releases without it. Fixes:2a6abeebefThe collate functions within libc have... Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D44182
This commit is contained in:
@@ -208,6 +208,5 @@ FBSD_1.3 {
|
||||
FBSDprivate_1.0 {
|
||||
_PathLocale;
|
||||
__detect_path_locale;
|
||||
__collate_load_error;
|
||||
__collate_range_cmp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user