git: ec911a4f105d - main - libc/locale: don't expose nonexistant __collate_load_error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 01:02:22 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=ec911a4f105d3ce3065ff54fc70662f06fc52e57
commit ec911a4f105d3ce3065ff54fc70662f06fc52e57
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-03-05 01:00:50 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-03-05 01:00:50 +0000
libc/locale: don't expose nonexistant __collate_load_error
The private symbol __collate_load_error was removed in 2015 in commit
2a6abeebef96. While it had previously been accidently removed in 2011
(commit 3c87aa1d3dc1a) and restored in 2012 (commit bb4317bf3c99) I
think it's time to write it off after four major releases without it.
Fixes: 2a6abeebef96 The collate functions within libc have...
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D44182
---
lib/libc/locale/Symbol.map | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/libc/locale/Symbol.map b/lib/libc/locale/Symbol.map
index a38771e9c3fc..dc9bb56d7870 100644
--- a/lib/libc/locale/Symbol.map
+++ b/lib/libc/locale/Symbol.map
@@ -208,6 +208,5 @@ FBSD_1.3 {
FBSDprivate_1.0 {
_PathLocale;
__detect_path_locale;
- __collate_load_error;
__collate_range_cmp;
};