diff options
Diffstat (limited to 'lib/libc/softfloat/fpgetround.c')
-rw-r--r-- | lib/libc/softfloat/fpgetround.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/softfloat/fpgetround.c b/lib/libc/softfloat/fpgetround.c index 164e8a99ea5..b180d415bf2 100644 --- a/lib/libc/softfloat/fpgetround.c +++ b/lib/libc/softfloat/fpgetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetround.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */ /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */ /*- @@ -37,9 +37,7 @@ #include "milieu.h" #include <softfloat.h> -#ifdef __weak_alias __weak_alias(_fpgetround,fpgetround); -#endif fp_rnd fpgetround(void) |