libc/locale: don't expose nonexistant __collate_load_error

The private symbol __collate_load_error was removed in 2015 in commit
2a6abeebef.  While it had previously been accidently removed in 2011
(commit 3c87aa1d3dc1a) and restored in 2012 (commit bb4317bf3c) I
think it's time to write it off after four major releases without it.

Fixes:		2a6abeebef The collate functions within libc have...

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D44182
This commit is contained in:
Brooks Davis 2024-03-05 01:00:50 +00:00
parent a39b3aa463
commit ec911a4f10

View file

@ -208,6 +208,5 @@ FBSD_1.3 {
FBSDprivate_1.0 {
_PathLocale;
__detect_path_locale;
__collate_load_error;
__collate_range_cmp;
};