diff options
author | 2004-02-06 17:32:51 +0000 | |
---|---|---|
committer | 2004-02-06 17:32:51 +0000 | |
commit | b7616336fe75a473712323cd3a6e1f99aaf6254e (patch) | |
tree | a727b279f3da2b296259309906a891c04a2a8ec4 /lib/libc | |
parent | No SUBDIRs here. (diff) | |
download | wireguard-openbsd-b7616336fe75a473712323cd3a6e1f99aaf6254e.tar.xz wireguard-openbsd-b7616336fe75a473712323cd3a6e1f99aaf6254e.zip |
fix alias definition, was backwards.
Diffstat (limited to 'lib/libc')
-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 |