That does not appear to be the right way.. __STDC_NO_ATOMICS__ means _Atomic is *not* implemented .
it is not a library feature. On Wed, Jun 8, 2022 at 3:58 AM Daniel Stenberg via curl-library <[email protected]> wrote: > > Hi, > > Yesterday we made curl_global_init() tread-safe[1] ! > > This is awesome for users everywhere, but unfortunately the function is not > yet thread-safe when built with cmake so it would be awesome if someone could > take a look here and help out: > > https://github.com/curl/curl/issues/8973 > > [1] = > https://daniel.haxx.se/blog/2022/06/08/making-libcurl-init-more-thread-safe/ > > -- > > / daniel.haxx.se > | Commercial curl support up to 24x7 is available! > | Private help, bug fixes, support, ports, new features > | https://curl.se/support.html > -- > Unsubscribe: https://lists.haxx.se/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
