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)
Sat, Jan 18, 2:56 AM
Unknown Object (File)
Thu, Jan 16, 6:27 AM
Unknown Object (File)
Mon, Jan 13, 4:02 PM
Unknown Object (File)
Wed, Jan 8, 4:59 AM
Unknown Object (File)
Dec 29 2024, 3:53 AM
Unknown Object (File)
Dec 29 2024, 3:25 AM
Unknown Object (File)
Dec 28 2024, 2:07 PM
Unknown Object (File)
Dec 27 2024, 1:14 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