Use C11's stdatomic.h instead of isc_atomic where available

This commit is contained in:
Mukund Sivaraman
2017-09-19 15:42:54 +05:30
parent fb088a00cf
commit 404c9b1c53
10 changed files with 315 additions and 49 deletions

View File

@@ -449,6 +449,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the `setresuid' function. */
#undef HAVE_SETRESUID
/* Define to 1 if you have the <stdatomic.h> header file. */
#undef HAVE_STDATOMIC_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H