Module Name:    src
Committed By:   christos
Date:           Sun Aug 12 20:16:10 UTC 2018

Modified Files:
        src/external/mpl/bind/include/isc: platform.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/bind/include/isc/platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/include/isc/platform.h
diff -u src/external/mpl/bind/include/isc/platform.h:1.1 src/external/mpl/bind/include/isc/platform.h:1.2
--- src/external/mpl/bind/include/isc/platform.h:1.1	Sun Aug 12 09:02:43 2018
+++ src/external/mpl/bind/include/isc/platform.h	Sun Aug 12 16:16:10 2018
@@ -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
 

Reply via email to