Page MenuHomeFreeBSD

Use #if instead of #ifdef for __BSD_VISIBLE tests.
ClosedPublic

Authored by jhb on Nov 6 2017, 7:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 17, 12:05 PM
Unknown Object (File)
Mon, Aug 17, 12:02 PM
Unknown Object (File)
Wed, Aug 12, 3:47 AM
Unknown Object (File)
Mon, Aug 10, 10:19 AM
Unknown Object (File)
Sat, Aug 8, 10:49 AM
Unknown Object (File)
Sat, Aug 8, 7:08 AM
Unknown Object (File)
Fri, Aug 7, 5:50 PM
Unknown Object (File)
Fri, Aug 7, 4:23 PM
Subscribers

Details

Summary

__BSD_VISIBLE is always defined and it's value instead needs to be
tested via #if to determine if FreeBSD-specific APIs should be
exposed.

PR: 196226

Test Plan
  • will request an exp-run

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12520
Build 12795: arc lint + arc unit