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.34k stars 312 forks source link

regressions/common: Add missing include for errno on mach #190

Closed jpihlaja-bt closed 2 years ago

jpihlaja-bt commented 2 years ago

Didn't build everything from scratch when fixing #186 and missed that errno.h wasn't included on mach.