mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
6 lines
114 B
C
6 lines
114 B
C
#ifdef __STDC_NO_ATOMICS__
|
|
# include <compat/atomics/dummy/stdatomic.h>
|
|
#else
|
|
# include_next <stdatomic.h>
|
|
#endif
|