Page MenuHomeFreeBSD

atomic: Remove cdefs.h includes from atomic_*.h
ClosedPublic

Authored by markj on Jan 13 2023, 4:30 PM.
Tags
None
Referenced Files
F132513417: D38039.diff
Fri, Oct 17, 1:36 PM
Unknown Object (File)
Sun, Oct 12, 6:58 PM
Unknown Object (File)
Sun, Oct 12, 12:37 PM
Unknown Object (File)
Sun, Oct 12, 12:37 PM
Unknown Object (File)
Sun, Oct 12, 12:37 PM
Unknown Object (File)
Sun, Oct 12, 1:40 AM
Unknown Object (File)
Sun, Oct 12, 12:59 AM
Unknown Object (File)
Sat, Oct 4, 7:39 AM
Subscribers
None

Details

Summary

Both headers now include types.h, and we can assume that that pulls in
cdefs.h (required for __typeof usage in some of the atomic macro
expansions).

No functional change intended.

Diff Detail

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