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
Unknown Object (File)
Wed, Oct 29, 11:39 PM
Unknown Object (File)
Wed, Oct 29, 7:47 AM
Unknown Object (File)
Mon, Oct 27, 5:23 AM
Unknown Object (File)
Sat, Oct 25, 4:20 PM
Unknown Object (File)
Thu, Oct 23, 8:59 PM
Unknown Object (File)
Fri, Oct 17, 5:05 PM
Unknown Object (File)
Fri, Oct 17, 5:05 PM
Unknown Object (File)
Fri, Oct 17, 5:05 PM
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