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
F107284878: D38039.diff
Sat, Jan 11, 11:42 PM
Unknown Object (File)
Oct 19 2024, 11:12 AM
Unknown Object (File)
Oct 19 2024, 3:09 AM
Unknown Object (File)
Sep 28 2024, 3:20 PM
Unknown Object (File)
Sep 25 2024, 11:58 PM
Unknown Object (File)
Sep 22 2024, 10:23 PM
Unknown Object (File)
Sep 22 2024, 8:14 PM
Unknown Object (File)
Sep 19 2024, 7:42 PM
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