Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mpl/bind/include/isc don't use stdatomic.h yet; the...



details:   https://anonhg.NetBSD.org/src/rev/7276a76b2a1c
branches:  trunk
changeset: 365368:7276a76b2a1c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 20:16:10 2018 +0000

description:
don't use stdatomic.h yet; there is no support for the _8 functions on
ILP32 so we end up with undefined symbols.

diffstat:

 external/mpl/bind/include/isc/platform.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cc8195a58b17 -r 7276a76b2a1c external/mpl/bind/include/isc/platform.h
--- a/external/mpl/bind/include/isc/platform.h  Sun Aug 12 20:13:13 2018 +0000
+++ b/external/mpl/bind/include/isc/platform.h  Sun Aug 12 20:16:10 2018 +0000
@@ -324,7 +324,7 @@
  * If <stdatomic.h> is available on this architecture,
  * ISC_PLATFORM_HAVESTDATOMIC will be defined.
  */
-#ifndef __lint__
+#ifdef notyet
 #define ISC_PLATFORM_HAVESTDATOMIC 1
 #endif
 



Home | Main Index | Thread Index | Old Index