concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

configure: Fix USE_CC_BUILTINS #176

Closed AdrianBunk closed 3 years ago

AdrianBunk commented 3 years ago

include/ck_pr.h uses CK_USE_CC_BUILTINS, not USE_CC_BUILTINS.