summaryrefslogtreecommitdiffstats
path: root/lib/stdatomic-fbsd.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some supporting framework for C11-style atomics.Jonathon Anderson2019-10-221-0/+442
Uses the stdatomic.h provided by FreeBSD when GCC doesn't (ie. GCC < 4.9) Signed-off-by: Jonathon Anderson <[email protected]> Signed-off-by: SrÄ‘an Milaković <[email protected]>