On Thu, 2019-08-29 at 15:16 +0200, Mark Wielaard wrote: > From: Jonathon Anderson <jm...@rice.edu> > > Uses the stdatomic.h provided by FreeBSD when GCC doesn't (ie. GCC < > 4.9) > > Signed-off-by: Jonathon Anderson <jm...@rice.edu> > Signed-off-by: Srđan Milaković <sm...@rice.edu> > > diff --git a/lib/ChangeLog b/lib/ChangeLog > index 7381860c..3799c3aa 100644 > --- a/lib/ChangeLog > +++ b/lib/ChangeLog > @@ -1,3 +1,9 @@ > +2019-08-25 Jonathon Anderson <jm...@rice.edu> > + > + * stdatomic-fbsd.h: New file, taken from FreeBSD. > + * atomics.h: New file. > + * Makefile.am (noinst_HEADERS): Added *.h above.
Thanks. I cherry-picked and rebased this and pushed to master. Sorry this took so long, even though the change itself was fairly small and self-contained. I wanted to play with it in context of the other patches first, which weren't that simple. Cheers, Mark