Page MenuHomeFreeBSD

libutil: Backward compatibility for expand_number()
ClosedPublic

Authored by des on Mon, Aug 4, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 12, 9:22 PM
Unknown Object (File)
Sun, Aug 10, 8:10 AM
Unknown Object (File)
Sat, Aug 9, 10:43 AM
Unknown Object (File)
Fri, Aug 8, 6:29 PM
Unknown Object (File)
Wed, Aug 6, 8:44 PM
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 65948
Build 62831: arc lint + arc unit

Event Timeline

des requested review of this revision.Mon, Aug 4, 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.Wed, Aug 6, 1:39 PM
des edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Wed, Aug 6, 2:48 PM