summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-07-15 17:44:11 -0700
committerGitHub <noreply@github.com>2018-07-15 17:44:11 -0700
commit3fc12f0e2ad9ba49243f5a43a8803018b2ff5904 (patch)
treed394b826126a7fb602404e801a355105e31b69b2 /pyconfig.h.in
parentc721472fb83d1f7c7606bcf33ba2d42d6127a764 (diff)
downloadcpython-git-3fc12f0e2ad9ba49243f5a43a8803018b2ff5904.tar.gz
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
(cherry picked from commit 15c7b2abdfb93f8902dd72474818aee2bf97fa66) Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index d7d3b0c153..a82e82cc9c 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -960,7 +960,7 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Has stdatomic.h, atomic_int and _Atomic void* types work */
+/* Has stdatomic.h with atomic_int */
#undef HAVE_STD_ATOMIC
/* Define to 1 if you have the `strdup' function. */