]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
atomic.9: Remove the stated dependency on types.h
authorMark Johnston <markj@FreeBSD.org>
Mon, 16 Jan 2023 13:04:01 +0000 (08:04 -0500)
committerMark Johnston <markj@FreeBSD.org>
Mon, 23 Jan 2023 13:50:49 +0000 (08:50 -0500)
commit74c21730d283f5c2ce30e95a128d03633774955c
tree25e8421f815083838dc4603f2ae68bd57785829a
parentf824b9115e58d4bb1177e28dcd52f6c8a9cdf383
atomic.9: Remove the stated dependency on types.h

All machine/atomic.h necessarily include sys/atomic_common.h, which
brings in types.h.

Reviewed by: imp, kib
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D38040

(cherry picked from commit ccffe71ad4d9ac01f6bb4efa625ffcaf9fae739f)
share/man/man9/atomic.9