On Sat, Jun 27, 2020 at 1:55 AM Hrvoje Zeba <zeba.hrvoje@xxxxxxxxx> wrote: > > Since b9c0bf79aa8, liburing.h doesn't compile with C++ compilers. C++ > provides it's own <atomic> interface and <stdatomic.h> can't be used. This > is a minimal change to use <atomic> variants where needed. > I've tested this with gcc 10.1.0 and clang 10.0.0 and did some limited testing. Seemed fine but somebody more knowledgeable should also take a look.