mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
rx: fix typo in rx_atomic Solaris backend
Fix typo so rx builds again on Solaris. Change-Id: I328e05937b376c659bb42ba8db51f512b14da6f3 Reviewed-on: http://gerrit.openafs.org/2980 Tested-by: Tom Keiser <tkeiser@sinenomine.net> Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
ba96ebba71
commit
ca58739ebc
@ -161,7 +161,7 @@ rx_atomic_dec(rx_atomic_t *atomic) {
|
||||
|
||||
static_inline void
|
||||
rx_atomic_sub(rx_atomic_t *atomic, int change) {
|
||||
atomic_add_32(&object, 0 - change);
|
||||
atomic_add_32(&atomic, 0 - change);
|
||||
}
|
||||
|
||||
#elif defined(__GNUC__) && defined(HAVE_SYNC_FETCH_AND_ADD)
|
||||
|
Loading…
Reference in New Issue
Block a user