Add some supporting framework for C11-style atomics.
authorJonathon Anderson <jma14@rice.edu>
Sun, 25 Aug 2019 15:01:51 +0000 (10:01 -0500)
committerMark Wielaard <mark@klomp.org>
Tue, 22 Oct 2019 16:27:30 +0000 (18:27 +0200)
commit77b66a71adaff5b445c3a5bb43b6d5742265df14
tree4b8d792ba9969be78236b5d0dd2add05649ad048
parent47780c9e4cbd312da6d93c9d70c554d34d83dd05
Add some supporting framework for C11-style atomics.

Uses the stdatomic.h provided by FreeBSD when GCC doesn't (ie. GCC < 4.9)

Signed-off-by: Jonathon Anderson <jma14@rice.edu>
Signed-off-by: Srđan Milaković <sm108@rice.edu>
configure.ac
lib/ChangeLog
lib/Makefile.am
lib/atomics.h [new file with mode: 0644]
lib/stdatomic-fbsd.h [new file with mode: 0644]