this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build (broken stdatomic.h and libpthread)

+2 -2
+2 -2
compiler-include/stdatomic.h
··· 27 27 /* If we're hosted, fall back to the system's stdatomic.h. FreeBSD, for 28 28 * example, already has a Clang-compatible stdatomic.h header. 29 29 */ 30 - #if __STDC_HOSTED__ && __has_include_next(<stdatomic.h>) 31 - # include_next <stdatomic.h> 30 + #ifdef __STDC_NO_ATOMICS__ 31 + 32 32 #else 33 33 34 34 #include <stddef.h>