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
Unknown Object (File)
Sun, May 10, 8:09 AM
Unknown Object (File)
Thu, May 7, 2:41 PM
Unknown Object (File)
Wed, May 6, 3:34 AM
Unknown Object (File)
Wed, May 6, 1:32 AM
Unknown Object (File)
Sun, May 3, 3:57 AM
Unknown Object (File)
Wed, Apr 29, 4:25 PM
Unknown Object (File)
Wed, Apr 29, 1:17 AM
Unknown Object (File)
Tue, Apr 28, 11:10 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