Page MenuHomeFreeBSD

libutil: Backward compatibility for expand_number()
ClosedPublic

Authored by des on Aug 4 2025, 5:02 PM.
Tags
None
Referenced Files
F151111826: D51723.diff
Mon, Apr 6, 3:55 AM
Unknown Object (File)
Wed, Mar 25, 6:33 AM
Unknown Object (File)
Mon, Mar 23, 1:38 PM
Unknown Object (File)
Mon, Mar 23, 8:34 AM
Unknown Object (File)
Mon, Mar 23, 6:53 AM
Unknown Object (File)
Mon, Mar 23, 6:53 AM
Unknown Object (File)
Mon, Mar 23, 3:32 AM
Unknown Object (File)
Sun, Mar 22, 6:38 AM
Subscribers

Details

Summary

Reimplement expand_number() in terms of expand_unsigned(), which takes
a pointer to uint64_t like expand_number() did before. Provide a macro
that picks the correct version based on the type of the argument.

Fixes: 2e0caa7c7e14

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66006
Build 62889: arc lint + arc unit

Event Timeline

des requested review of this revision.Aug 4 2025, 5:02 PM

Don't you need to export expand_unsigned in version def?

lib/libutil/libutil.h
94

_Generic use should be braced by the C dialect check, since this is a public header.

des edited the summary of this revision. (Show Details)

nit

des marked an inline comment as done.Aug 6 2025, 1:39 PM
des edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Aug 6 2025, 2:48 PM