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
F82141441: D38408.diff
Thu, Apr 25, 9:34 PM
Unknown Object (File)
Sun, Apr 21, 7:51 PM
Unknown Object (File)
Sun, Apr 21, 4:50 PM
Unknown Object (File)
Fri, Apr 5, 4:24 PM
Unknown Object (File)
Fri, Apr 5, 5:28 AM
Unknown Object (File)
Dec 20 2023, 8:31 AM
Unknown Object (File)
Dec 12 2023, 7:21 AM
Unknown Object (File)
Nov 11 2023, 6:34 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