Page MenuHomeFreeBSD

sys/cdefs.h: add __deprecated_msg(m)
AbandonedPublic

Authored by brooks on Feb 7 2025, 7:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 19, 7:14 PM
Unknown Object (File)
Feb 17 2025, 11:13 PM
Unknown Object (File)
Feb 14 2025, 5:37 AM
Unknown Object (File)
Feb 11 2025, 7:02 PM
Unknown Object (File)
Feb 10 2025, 7:58 PM
Subscribers

Details

Reviewers
imp
Summary

This is just like __deprecated, but can be used to provide a migration
hit.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 62306
Build 59190: arc lint + arc unit

Event Timeline

brooks requested review of this revision.Feb 7 2025, 7:13 PM
brooks created this revision.

I missed the fact that __deprecate1 was added.