summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-14 16:01:46 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-01-14 16:01:46 +0100
commit923e06f77d7cd3c998913568128e8a41c55136bd (patch)
treed413616596d946940a4d39f409a125c02326cc72 /pyconfig.h.in
parent3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c (diff)
downloadcpython-git-923e06f77d7cd3c998913568128e8a41c55136bd.tar.gz
Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and
"_Atomic void*" types work. Change needed on FreeBSD 10 where stdatomic.h is available but the compiler fails on "_Atomic void*" with "_Atomic cannot be applied to incomplete type 'void'".
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 10d5f4a5f4..507a7ab183 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -880,7 +880,7 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Has stdatomic.h */
+/* Has stdatomic.h, atomic_int and _Atomic void* types work */
#undef HAVE_STD_ATOMIC
/* Define to 1 if you have the `strdup' function. */