Page MenuHomeFreeBSD

xlocale: garbage collect references to strtoq_l/strtouq_l
ClosedPublic

Authored by val_packett.cool on Feb 6 2023, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 12:44 AM
Unknown Object (File)
Thu, Dec 26, 7:09 AM
Unknown Object (File)
Nov 19 2024, 9:38 AM
Unknown Object (File)
Nov 19 2024, 9:29 AM
Unknown Object (File)
Nov 4 2024, 6:39 AM
Unknown Object (File)
Sep 8 2024, 9:04 PM
Unknown Object (File)
Sep 8 2024, 5:25 PM
Unknown Object (File)
Sep 3 2024, 7:10 AM
Subscribers

Details

Summary

These were explicitly never implemented (see lib/libc/locale/DESIGN.xlocale), but were referenced in the manpage and the symbol map.

Fixes: 3c87aa1d3dc ("Implement xlocale APIs from Darwin")
Reported by: ld.lld 16 being --no-undefined-version by default
Sponsored by: https://www.patreon.com/valpackett

Diff Detail

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

Event Timeline

LGTM. I thought we had those functions, but I've never seen any code in the wild using them, so if we don't then we should get rid of any reference to them.

This revision is now accepted and ready to land.Feb 8 2023, 11:52 AM