summaryrefslogtreecommitdiff
path: root/external/bsd/bind/include/isc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2018-04-07 22:23:12 +0000
committerchristos <christos@NetBSD.org>2018-04-07 22:23:12 +0000
commit05ab7921a85b6e0bcddea7a5bfa392b16cb7ef3a (patch)
tree87acf7bed3f6bbd631ef4cdffd53ebf63b7d3328 /external/bsd/bind/include/isc
parent1a10249eaa14189dec693423fd6de0c478b8b356 (diff)
merge 9.7.10
Diffstat (limited to 'external/bsd/bind/include/isc')
-rw-r--r--external/bsd/bind/include/isc/platform.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/external/bsd/bind/include/isc/platform.h b/external/bsd/bind/include/isc/platform.h
index d4aa7c166e2..6bb12c33b70 100644
--- a/external/bsd/bind/include/isc/platform.h
+++ b/external/bsd/bind/include/isc/platform.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2010, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -321,6 +321,12 @@
#define ISC_PLATFORM_HAVECMPXCHG 1
/*
+ * If <stdatomic.h> is available on this architecture,
+ * ISC_PLATFORM_HAVESTDATOMIC will be defined.
+ */
+/* #undef ISC_PLATFORM_HAVESTDATOMIC */
+
+/*
* Define if gcc ASM extension is available
*/
#define ISC_PLATFORM_USEGCCASM 1