base: use <stdatomic.h> for atomics, where present
C11 introduces a new set of atomic APIs in <stdatomic.h>. If available, use those in preference to compiler- or platform-specific intrinsics.
This commit is contained in:
@@ -412,6 +412,7 @@ AC_CHECK_HEADERS([\
|
||||
signal.h \
|
||||
strings.h \
|
||||
stropts.h \
|
||||
stdatomic.h \
|
||||
sys/bitypes.h \
|
||||
sys/category.h \
|
||||
sys/file.h \
|
||||
|
Reference in New Issue
Block a user