diff options
Diffstat (limited to 'lib/libc/quad/floatdisf.c')
-rw-r--r-- | lib/libc/quad/floatdisf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/quad/floatdisf.c b/lib/libc/quad/floatdisf.c index 441d72a90c1..24dd148175b 100644 --- a/lib/libc/quad/floatdisf.c +++ b/lib/libc/quad/floatdisf.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: floatdisf.c,v 1.4 2004/04/27 17:46:46 otto Exp $"; +static char rcsid[] = "$OpenBSD: floatdisf.c,v 1.5 2004/10/17 17:49:21 otto Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" @@ -41,8 +41,7 @@ static char rcsid[] = "$OpenBSD: floatdisf.c,v 1.4 2004/04/27 17:46:46 otto Exp * Convert (signed) quad to float. */ float -__floatdisf(x) - quad_t x; +__floatdisf(quad_t x) { float f; union uu u; |