diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2009-06-01 06:31:04 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2009-06-01 06:31:04 +0000 |
| commit | 8df4f1e7be13455dc5ea286cbbdb1ebe03876b41 (patch) | |
| tree | 27274ec0c23a83a7e004c645192c50e202f51f2a /contrib/bind9/lib | |
| parent | 6864a18c414bc2ca3a846d997cab27e75d4cd91d (diff) | |
Notes
Diffstat (limited to 'contrib/bind9/lib')
| -rw-r--r-- | contrib/bind9/lib/isc/ia64/include/isc/atomic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/bind9/lib/isc/ia64/include/isc/atomic.h b/contrib/bind9/lib/isc/ia64/include/isc/atomic.h index 4c46797720443..847c65d1ab1e3 100644 --- a/contrib/bind9/lib/isc/ia64/include/isc/atomic.h +++ b/contrib/bind9/lib/isc/ia64/include/isc/atomic.h @@ -32,9 +32,6 @@ */ static inline isc_int32_t isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) -#ifdef __GNUC__ -__attribute__ ((unused)) -#endif { isc_int32_t prev, swapped; @@ -58,9 +55,6 @@ __attribute__ ((unused)) */ static inline void isc_atomic_store(isc_int32_t *p, isc_int32_t val) -#ifdef __GNUC__ -__attribute__ ((unused)) -#endif { __asm__ volatile( "st4.rel %0=%1" @@ -77,9 +71,6 @@ __attribute__ ((unused)) */ static inline isc_int32_t isc_atomic_cmpxchg(isc_int32_t *p, isc_int32_t cmpval, isc_int32_t val) -#ifdef __GNUC__ -__attribute__ ((unused)) -#endif { isc_int32_t ret; |
