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
F156481241: D38408.id116640.diff
Wed, May 13, 11:35 PM
F156472488: D38408.id118215.diff
Wed, May 13, 10:09 PM
Unknown Object (File)
Mon, May 11, 12:31 PM
Unknown Object (File)
Mon, Apr 20, 12:20 AM
Unknown Object (File)
Thu, Apr 16, 8:25 AM
Unknown Object (File)
Wed, Apr 15, 8:26 AM
Unknown Object (File)
Wed, Apr 15, 6:19 AM
Unknown Object (File)
Apr 11 2026, 5:06 PM
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