diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-06 17:32:52 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-06 17:32:52 +0000 |
commit | a44832e297b3884b4311cdea96092bde90c9ebd6 (patch) | |
tree | 0b02ef234f8732515f4bdc2a20624cb222bc8fec /lib | |
parent | 2f195a7ba0b806ba39549a4ec27555d233279598 (diff) |
fix alias definition, was backwards.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/arm/softfloat/fpgetround.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/softfloat/fpgetround.c b/lib/libc/arch/arm/softfloat/fpgetround.c index 337c652e8fc..a3d6a8b80d6 100644 --- a/lib/libc/arch/arm/softfloat/fpgetround.c +++ b/lib/libc/arch/arm/softfloat/fpgetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetround.c,v 1.3 2004/02/02 15:59:25 drahn Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.4 2004/02/06 17:32:51 drahn Exp $ */ /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */ /*- @@ -49,7 +49,7 @@ #include "softfloat.h" #ifdef __weak_alias -__weak_alias(fpgetround,_fpgetround); +__weak_alias(_fpgetround,fpgetround); #endif fp_rnd |