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/434f8a27226b
branches:  trunk
changeset: 834449:434f8a27226b
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 e267f87b4579 -r 434f8a27226b 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