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)
Mon, Nov 4, 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
Unknown Object (File)
Aug 28 2024, 5:19 PM
Unknown Object (File)
Jul 18 2024, 9:13 PM
Unknown Object (File)
Jul 17 2024, 12:23 AM
Unknown Object (File)
Jul 16 2024, 11:54 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 49574
Build 46464: arc lint + arc unit

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