mheily / libkqueue

kqueue(2) compatibility library
Other
236 stars 77 forks source link

replace windows atomic operations with stdatomic #141

Closed neheb closed 2 years ago

neheb commented 2 years ago

Signed-off-by: Rosen Penev rosenp@gmail.com

neheb commented 2 years ago

strange...

neheb commented 2 years ago

So MinGW supports C11 atomics (both gcc and clang) but MSVC does not...

Weird.

arr2036 commented 2 years ago

Yeah i’d tried this before and run into the same thing. Feel free to add them ifdef’d for mingw.

On 15 Jun 2022, at 22:42, Rosen Penev @.***> wrote:

 So MinGW supports C11 atomics (both gcc and clang) but MSVC does not...

Weird.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.