diff options
author | 2004-02-02 15:59:25 +0000 | |
---|---|---|
committer | 2004-02-02 15:59:25 +0000 | |
commit | 0d80db8fbeb435c335a94ac062a333c86aebe0e9 (patch) | |
tree | 28ab1231e829f62df09ffb04506b7acc5b347519 | |
parent | Add missing minbrk symbol, fixes profiling builds. (diff) | |
download | wireguard-openbsd-0d80db8fbeb435c335a94ac062a333c86aebe0e9.tar.xz wireguard-openbsd-0d80db8fbeb435c335a94ac062a333c86aebe0e9.zip |
fix __weak_alias
-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 aadc56fe47c..337c652e8fc 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.2 2004/02/01 05:40:52 drahn Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.3 2004/02/02 15:59:25 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 |