Page MenuHomeFreeBSD

libc: Add <inttypes.h> C23 feature test macro
ClosedPublic

Authored by kfv on Fri, Sep 4, 2:57 AM.
Tags
None
Referenced Files
F170552835: D59382.diff
Sat, Sep 5, 9:20 AM
F170353817: D59382.id185792.diff
Fri, Sep 4, 10:18 AM
Unknown Object (File)
Fri, Sep 4, 9:23 AM
Unknown Object (File)
Fri, Sep 4, 7:31 AM
Subscribers

Details

Summary

Define __STDC_VERSION_INTTYPES_H__ now that the header fully
conforms to C23.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kfv requested review of this revision.Fri, Sep 4, 2:57 AM

I trust you that you have checked that it is.

It could be helpful for documentation to add the revisions where you made inttypes.h compliant into the stack using “Edit related revisions.”

Approved for commit.

This revision is now accepted and ready to land.Fri, Sep 4, 10:42 AM

Thanks, Robert! Sure, I will do.

This revision was automatically updated to reflect the committed changes.