diff options
| author | ad <ad@NetBSD.org> | 2008-02-12 18:35:38 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-02-12 18:35:38 +0000 |
| commit | b86eac67c49210331ef48b2dfee2a938fbc2e575 (patch) | |
| tree | 4039b2f0027bee871d359d69aa0039bfd3ec33fd /common/lib/libc | |
| parent | 3e26d48f15b64d78fc72f7fc182fbe324cea933a (diff) | |
Correct a dodgy alias.
Diffstat (limited to 'common/lib/libc')
| -rw-r--r-- | common/lib/libc/arch/sparc64/atomic/atomic_or.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_or.S b/common/lib/libc/arch/sparc64/atomic/atomic_or.S index eb084fb5268..b3d3872d546 100644 --- a/common/lib/libc/arch/sparc64/atomic/atomic_or.S +++ b/common/lib/libc/arch/sparc64/atomic/atomic_or.S @@ -1,4 +1,4 @@ -/* $NetBSD: atomic_or.S,v 1.3 2007/12/22 23:19:41 mrg Exp $ */ +/* $NetBSD: atomic_or.S,v 1.4 2008/02/12 18:35:38 ad Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ ATOMIC_OP_ALIAS(atomic_or_64_nv,_atomic_or_64) STRONG_ALIAS(_atomic_or_64_nv,_atomic_or_64) ATOMIC_OP_ALIAS_SIZE(atomic_or_ulong,_atomic_or) -STRONG_ALIAS(_atomic_or_ulong,_atomic_or) +STRONG_ALIAS_SIZE(_atomic_or_ulong,_atomic_or) ATOMIC_OP_ALIAS_SIZE(atomic_or_ulong_nv,_atomic_or) STRONG_ALIAS_SIZE(_atomic_or_ulong_nv,_atomic_or) |
