Page MenuHomeFreeBSD

locale: don't expose nonexistant __collate_load_error
ClosedPublic

Authored by brooks on Mar 1 2024, 11:54 PM.
Tags
None
Referenced Files
F154520274: D44182.id135298.diff
Tue, Apr 28, 8:01 PM
F154520012: D44182.id135298.diff
Tue, Apr 28, 8:00 PM
Unknown Object (File)
Tue, Apr 21, 4:51 PM
Unknown Object (File)
Tue, Apr 21, 4:43 PM
Unknown Object (File)
Mon, Apr 20, 10:28 AM
Unknown Object (File)
Mon, Apr 20, 5:35 AM
Unknown Object (File)
Sun, Apr 19, 11:05 AM
Unknown Object (File)
Wed, Apr 15, 10:44 AM
Subscribers

Details

Summary

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...

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable