Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/external/bsd/bind/include/isc Pullup the following revisi...
details: https://anonhg.NetBSD.org/src/rev/6eb521e47080
branches: netbsd-6
changeset: 776863:6eb521e47080
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Jan 05 23:03:51 2015 +0000
description:
Pullup the following revision (requested by he in ticket #1217):
src/external/bsd/bind/include/isc/platform.h rev. 1.18
What ISC wraps under ISC_PLATFORM_HAVEXADD appears to be 32-bit
atomic adds, and I beleive all our platforms can do that. Therefore,
no need to conditionalize that definition under __HAVE_ATOMIC64_OPS.
diffstat:
external/bsd/bind/include/isc/platform.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 2506dea748e1 -r 6eb521e47080 external/bsd/bind/include/isc/platform.h
--- a/external/bsd/bind/include/isc/platform.h Sun Jan 04 15:04:31 2015 +0000
+++ b/external/bsd/bind/include/isc/platform.h Mon Jan 05 23:03:51 2015 +0000
@@ -270,9 +270,7 @@
* If the "xadd" operation is available on this architecture,
* ISC_PLATFORM_HAVEXADD will be defined.
*/
-#ifdef __HAVE_ATOMIC64_OPS
#define ISC_PLATFORM_HAVEXADD 1
-#endif
/*
* If the "xaddq" operation (64bit xadd) is available on this architecture,
Home |
Main Index |
Thread Index |
Old Index