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)
Mon, Oct 6, 12:37 AM
Unknown Object (File)
Mon, Sep 29, 12:09 PM
Unknown Object (File)
Sun, Sep 21, 6:55 AM
Unknown Object (File)
Wed, Sep 17, 5:19 PM
Unknown Object (File)
Sep 9 2025, 5:27 PM
Unknown Object (File)
Sep 3 2025, 9:11 AM
Unknown Object (File)
Sep 3 2025, 1:49 AM
Unknown Object (File)
Aug 30 2025, 6:59 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.