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 Enable stdatomic.h in all except l...



details:   https://anonhg.NetBSD.org/src/rev/16059c136637
branches:  trunk
changeset: 447586:16059c136637
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 17 18:44:50 2019 +0000

description:
Enable stdatomic.h in all except lint (thanks joerg@)

diffstat:

 external/mpl/bind/include/config.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 8805c080f462 -r 16059c136637 external/mpl/bind/include/config.h
--- a/external/mpl/bind/include/config.h        Thu Jan 17 14:24:51 2019 +0000
+++ b/external/mpl/bind/include/config.h        Thu Jan 17 18:44:50 2019 +0000
@@ -373,7 +373,9 @@
 /* #undef HAVE_STAT_NSEC */
 
 /* Define to 1 if you have the <stdatomic.h> header file. */
-/* #undef HAVE_STDATOMIC_H */
+#ifndef __lint__
+#define HAVE_STDATOMIC_H 1
+#endif
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1



Home | Main Index | Thread Index | Old Index