Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/atomic Fix tpyo (add->and)



details:   https://anonhg.NetBSD.org/src/rev/b97bef8b62a0
branches:  trunk
changeset: 326375:b97bef8b62a0
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 27 18:43:07 2014 +0000

description:
Fix tpyo (add->and)

diffstat:

 common/lib/libc/atomic/atomic_and_32_nv_cas.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29a4a09b1b38 -r b97bef8b62a0 common/lib/libc/atomic/atomic_and_32_nv_cas.c
--- a/common/lib/libc/atomic/atomic_and_32_nv_cas.c     Mon Jan 27 18:36:52 2014 +0000
+++ b/common/lib/libc/atomic/atomic_and_32_nv_cas.c     Mon Jan 27 18:43:07 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atomic_and_32_nv_cas.c,v 1.5 2014/01/27 18:36:37 matt Exp $    */
+/*     $NetBSD: atomic_and_32_nv_cas.c,v 1.6 2014/01/27 18:43:07 matt Exp $    */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
 
 #undef atomic_and_32_nv
 atomic_op_alias(atomic_and_32_nv,_atomic_and_32_nv)
-__strong_alias(__sync_and_and_fetch_4,_atomic_add_32_nv)
+__strong_alias(__sync_and_and_fetch_4,_atomic_and_32_nv)
 
 #undef atomic_and_uint_nv
 atomic_op_alias(atomic_and_uint_nv,_atomic_and_32_nv)



Home | Main Index | Thread Index | Old Index